/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 197 FunctionDecl *getDefinition() const { getDefinition() function
|
/llvm-project/clang/lib/Lex/ |
H A D | MacroInfo.cpp | 198 MacroDirective::DefInfo MacroDirective::getDefinition() { getDefinition() function in MacroDirective
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 194 MacroDefinitionRecord *getDefinition() const { in getDefinition() function
|
H A D | MacroInfo.h | 406 const DefInfo getDefinition() const { in getDefinition() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1314 const VarDecl *getDefinition(ASTContext &C) const { getDefinition() function 1317 VarDecl *getDefinition() { getDefinition() function 1320 const VarDecl *getDefinition() const { getDefinition() function 2253 FunctionDecl *getDefinition() { getDefinition() function 2259 const FunctionDecl *getDefinition() const { getDefinition() function 3982 EnumDecl *getDefinition() const { getDefinition() function 4371 RecordDecl *getDefinition() const { getDefinition() function [all...] |
H A D | DeclObjC.h | 1541 ObjCInterfaceDecl *getDefinition() { in getDefinition() function 1548 const ObjCInterfaceDecl *getDefinition() const { in getDefinition() function 2247 ObjCProtocolDecl *getDefinition() { getDefinition() function 2252 const ObjCProtocolDecl *getDefinition() const { getDefinition() function
|
H A D | DeclCXX.h | 564 CXXRecordDecl *getDefinition() const { getDefinition() function
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterGenericRedeclTest.cpp | 160 std::string getDefinition() { return TypeParam::Definition; } in getDefinition() function
|
H A D | ASTImporterODRStrategiesTest.cpp | 247 static std::string getDefinition() { return TypeParam::Definition; } in getDefinition() function
|
/llvm-project/clang/tools/libclang/ |
H A D | CXCursor.cpp | 1083 cxcursor::MacroExpansionCursor::getDefinition() const { getDefinition() function in cxcursor::MacroExpansionCursor
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 2348 VarDecl *VarDecl::getDefinition(ASTContext &C) { getDefinition() function in VarDecl 4748 TagDecl *TagDecl::getDefinition() const { getDefinition() function in TagDecl
|
H A D | DeclTemplate.cpp | 1238 VarTemplateDecl *VarTemplateDecl::getDefinition() { getDefinition() function in VarTemplateDecl
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1997 StringRef getDefinition() const { return Definition; } getDefinition() function in __anon6b6344ba0111::FunctionMacro
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 82 const NamedDecl *getDefinition(const NamedDecl *D) { getDefinition() function [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 2868 static const NamedDecl *getDefinition(const Decl *D) { getDefinition() function [all...] |