Home
last modified time | relevance | path

Searched refs:getFunctionDecl (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h123 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function
156 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()
159 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
/external/clang/include/clang/AST/
DVTableBuilder.h129 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function
/external/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp737 GD = component.getFunctionDecl(); in addVTableComponent()
1319 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
DItaniumCXXABI.cpp427 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
454 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
DCGDecl.cpp2049 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp1169 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1949 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3169 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
/external/clang/lib/AST/
DVTableBuilder.cpp1172 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1943 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3146 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
/external/clang/lib/CodeGen/
DCGVTables.cpp572 GD = Component.getFunctionDecl(); in CreateVTableInitializer()
DCGDecl.cpp1413 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
DItaniumCXXABI.cpp374 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUsedVirtualInlineFunction()
391 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()