Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h124 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function
157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()
160 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1169 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1949 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3169 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp1305 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
H A DItaniumCXXABI.cpp427 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
454 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
H A DCGDecl.cpp2052 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()