Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1175 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1957 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
3171 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
H A DJSONNodeDumper.cpp542 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1354 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
H A DItaniumCXXABI.cpp439 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
466 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
H A DCGDecl.cpp2132 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2479 LocksetBuilder.handleCall(/*Exp=*/nullptr, CF.getFunctionDecl(), in runAnalysis()
H A DCFG.cpp5848 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")\n"; in print_elem()