Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDVTableBuilder.h124 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function
157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()
160 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h401 const FunctionDecl *getFunctionDecl() const { in getFunctionDecl() function
403 return A->getFunctionDecl(); in getFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDVTableBuilder.cpp1205 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
2019 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3264 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
HDJSONNodeDumper.cpp575 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTables.cpp1397 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
HDItaniumCXXABI.cpp444 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
471 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
HDCGDecl.cpp2163 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp2479 LocksetBuilder.handleCall(/*Exp=*/nullptr, CF.getFunctionDecl(), in runAnalysis()
HDCFG.cpp5845 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")\n"; in print_elem()