Searched refs:getFunctionDecl (Results 1 – 11 of 11) sorted by relevance
20 const FunctionDecl *getFunctionDecl() const { return Result; } in getFunctionDecl() function in IsCLibraryFunctionTest46 EXPECT_TRUE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()51 EXPECT_TRUE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()58 EXPECT_FALSE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()63 EXPECT_FALSE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()68 EXPECT_TRUE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()73 EXPECT_FALSE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()78 EXPECT_FALSE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()83 EXPECT_FALSE(CheckerContext::isCLibraryFunction(getFunctionDecl())); in TEST_F()
88 std::string getFunctionDecl() const { in getFunctionDecl() function 110 return getFunctionDecl() + "\ndefine " + getVecType() + in getTestText()
124 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()160 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
401 const FunctionDecl *getFunctionDecl() const { in getFunctionDecl() function403 return A->getFunctionDecl(); in getFunctionDecl()
1205 MD = Component.getFunctionDecl(); in ComputeThisAdjustments() 2019 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout() 3264 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
575 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
1399 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
444 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction() 474 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
2200 const FunctionDecl *FD = CA->getFunctionDecl();
2637 LocksetBuilder.handleCall(/*Exp=*/nullptr, CF.getFunctionDecl(),
5852 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")\n"; in print_elem()