reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 "memberExpr", constructMatcher("isArrow")).getTypedMatcher<Stmt>(); 131 constructMatcher("cxxBoolLiteral").getTypedMatcher<Stmt>(); 159 "varDecl", constructMatcher("hasInitializer", constructMatcher("stmt"))) 163 constructMatcher("hasInitializer", constructMatcher("callExpr"))) 190 constructMatcher("isArrow")))) 230 const VariantMatcher IsDefinition = constructMatcher("isDefinition"); 244 Matcher<Decl> Anything = constructMatcher("anything").getTypedMatcher<Decl>(); 287 constructMatcher("pointee", constructMatcher("isConstQualified"), 288 constructMatcher("isInteger"))).getTypedMatcher<Type>(); 294 constructMatcher("hasElementType", constructMatcher("builtinType"))) 338 "compoundStmt", constructMatcher("hasParent", constructMatcher("ifStmt"))) 358 "allOf", constructMatcher("recordDecl"), 385 constructMatcher("unless", constructMatcher("recordDecl"))) 394 EXPECT_TRUE(constructMatcher("hasInitializer", Error.get()).isNull()); 402 EXPECT_TRUE(constructMatcher("anyOf", Error.get()).isNull()); 419 constructMatcher("cxxRecordDecl", constructMatcher("cxxRecordDecl"), 438 constructMatcher("isArrow")), 509 Matcher<Stmt> Value = constructMatcher("parenExpr").getTypedMatcher<Stmt>();