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

Declarations

tools/clang/include/clang/AST/Decl.h
 2370   FunctionTypeLoc getFunctionTypeLoc() const;

References

tools/clang/lib/AST/Decl.cpp
 3340   FunctionTypeLoc FTL = getFunctionTypeLoc();
 3356   FunctionTypeLoc FTL = getFunctionTypeLoc();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7078       if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc())