Searched refs:functionDecl (Results 1 – 11 of 11) sorted by relevance
46 return functionDecl(hasName("::testing::internal::CmpHelperNE")); in getComparisonDecl()48 return functionDecl(hasName("::testing::internal::CmpHelperGE")); in getComparisonDecl()50 return functionDecl(hasName("::testing::internal::CmpHelperGT")); in getComparisonDecl()52 return functionDecl(hasName("::testing::internal::CmpHelperLE")); in getComparisonDecl()54 return functionDecl(hasName("::testing::internal::CmpHelperLT")); in getComparisonDecl()140 callExpr(callee(functionDecl(hasName( in gtestThatInternal()161 callee(functionDecl(hasName(getSpecSetterName(Macro)))), in gtestCallInternal()172 callee(functionDecl(hasName(getSpecSetterName(Macro)))), in gtestCallInternal()187 callee(functionDecl(hasName(("gmock_" + MockMethodName).str())))), in gtestCallInternal()
792 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable
86 auto DynamicCastM = callExpr(callee(functionDecl(hasName("safeMetaCast")))); in checkASTCodeBody()95 callee(functionDecl(hasName("allocClassWithName"))), in checkASTCodeBody()
106 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()224 functionDecl(HasParamAndWritesInMarkedFuncM), in checkASTCodeBody()
143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()182 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
58 return callee(functionDecl(hasName(FunctionName))); in callsName()
56 return callee(functionDecl(hasName(FunctionName))); in callsName()
543 auto AssertLikeM = callExpr(callee(functionDecl( in hasUnguardedAccess()550 auto NoReturnFuncM = callExpr(callee(functionDecl(isNoReturn()))); in hasUnguardedAccess()
1370 functionDecl;4725 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2()4825 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2()6286 functionDecl(isTemplateInstantiation()))); in AST_MATCHER_FUNCTION()6307 functionDecl(isTemplateInstantiation()))))); in AST_MATCHER_FUNCTION()
539 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
252 REGISTER_MATCHER(functionDecl); in RegistryMaps()