Home
last modified time | relevance | path

Searched defs:getDefinition (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h197 FunctionDecl *getDefinition() const { getDefinition() function
/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp198 MacroDirective::DefInfo MacroDirective::getDefinition() { getDefinition() function in MacroDirective
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h194 MacroDefinitionRecord *getDefinition() const { in getDefinition() function
H A DMacroInfo.h406 const DefInfo getDefinition() const { in getDefinition() function
/llvm-project/clang/include/clang/AST/
H A DDecl.h1314 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 DDeclObjC.h1541 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 DDeclCXX.h564 CXXRecordDecl *getDefinition() const { getDefinition() function
/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp160 std::string getDefinition() { return TypeParam::Definition; } in getDefinition() function
H A DASTImporterODRStrategiesTest.cpp247 static std::string getDefinition() { return TypeParam::Definition; } in getDefinition() function
/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp1083 cxcursor::MacroExpansionCursor::getDefinition() const { getDefinition() function in cxcursor::MacroExpansionCursor
/llvm-project/clang/lib/AST/
H A DDecl.cpp2348 VarDecl *VarDecl::getDefinition(ASTContext &C) { getDefinition() function in VarDecl
4748 TagDecl *TagDecl::getDefinition() const { getDefinition() function in TagDecl
H A DDeclTemplate.cpp1238 VarTemplateDecl *VarTemplateDecl::getDefinition() { getDefinition() function in VarTemplateDecl
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1997 StringRef getDefinition() const { return Definition; } getDefinition() function in __anon6b6344ba0111::FunctionMacro
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp82 const NamedDecl *getDefinition(const NamedDecl *D) { getDefinition() function
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2868 static const NamedDecl *getDefinition(const Decl *D) { getDefinition() function
[all...]