Searched refs:predefinedExpr (Results 1 – 7 of 7) sorted by relevance
63 Finder->addMatcher(predefinedExpr(hasAncestor(lambdaExpr())).bind("E"), in registerMatchers()
121 stringLiteral(unless(hasParent(predefinedExpr()))).bind("lit"), this); in registerMatchers()
527 REGISTER_MATCHER(predefinedExpr); in RegistryMaps()
982 predefinedExpr; variable
1063 predefinedExpr(hasType(asString("const char[4]")), in TEST_P()
2685 predefinedExpr;
510 functionDecl(hasDescendant(predefinedExpr( in TEST_P()