reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 7623   TypeLoc getReturnTypeLoc(FunctionDecl *FD) const;

References

tools/clang/lib/Sema/SemaDecl.cpp
13788           TypeLoc ResultType = getReturnTypeLoc(FD);
tools/clang/lib/Sema/SemaStmt.cpp
 3453   TypeLoc OrigResultType = getReturnTypeLoc(FD);