Searched refs:getFunctionDecl (Results 1 – 9 of 9) sorted by relevance
124 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()160 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
402 const FunctionDecl *getFunctionDecl() const { in getFunctionDecl() function404 return A->getFunctionDecl(); in getFunctionDecl()
1206 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()2021 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()3266 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
574 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
1406 Context.getMemberPointerType(Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
444 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()474 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
2228 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
2673 LocksetBuilder.handleCall(/*Exp=*/nullptr, CF.getFunctionDecl(), in runAnalysis()
5957 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")"; in print_elem()