Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h401 const FunctionDecl *getFunctionDecl() const { in getFunctionDecl() function
403 return A->getFunctionDecl(); in getFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1205 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
2019 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3264 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
H A DJSONNodeDumper.cpp575 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1397 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
H A DItaniumCXXABI.cpp444 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
471 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
H A DCGDecl.cpp2163 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5845 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")\n"; in print_elem()