MCPcopy Create free account
hub / github.com/KDAB/codebrowser / getResultType

Function getResultType

generator/annotator.h:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48/* Wrapper for the change in the name in clang 3.5 */
49template <typename T> auto getResultType(T *decl) -> decltype(decl->getResultType())
50{ return decl->getResultType(); }
51template <typename T> auto getResultType(T *decl) -> decltype(decl->getReturnType())
52{ return decl->getReturnType(); }
53

Callers 3

lookUpCandidatesFunction · 0.85
VisitFunctionDeclMethod · 0.85
TraverseStmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected