Home
last modified time | relevance | path

Searched refs:pointsTo (Results 1 – 6 of 6) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp125 expr(hasType(pointsTo(recordDecl(hasName("X")))), in TEST()
136 expr(hasType(pointsTo(recordDecl(hasName("X")))), in TEST()
180 parmVarDecl(hasType(pointsTo(objcInterfaceDecl(hasName("Foo"))))))); in TEST()
220 expr(hasType(pointsTo( in TEST()
253 expr(hasType(pointsTo(ClassX))))); in TEST()
264 varDecl(hasType(pointsTo(ClassX))))); in TEST()
494 0, hasType(pointsTo(recordDecl(hasName("X")))))))); in TEST()
528 hasType(pointsTo(recordDecl(hasName("X")))))))); in TEST()
743 hasLHS(hasType(isInteger())), hasRHS(hasType(pointsTo(qualType())))); in TEST()
1066 pointsTo(TypeMatcher(anything())))))); in TEST()
[all …]
DASTMatchersNarrowingTest.cpp34 hasArgument(1, hasType(pointsTo( in TEST()
39 hasArgument(1, hasType(pointsTo( in TEST()
45 hasArgument(1, hasType(pointsTo( in TEST()
1313 pointsTo(AnyType), in TEST()
1461 hasType(pointsTo(recordDecl(hasName("X")))))))); in TEST()
1469 hasType(pointsTo(recordDecl(hasName("S")))))))); in TEST()
1473 hasType(pointsTo(recordDecl(hasName("S")))))))); in TEST()
DASTMatchersNodeTest.cpp221 cxxMemberCallExpr(on(hasType(pointsTo(recordDecl(hasName("Y")))))); in TEST()
1184 matches("int (*array)[4];", varDecl(hasType(pointsTo(parenType()))))); in TEST()
1189 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()
1192 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2661 QualType, pointsTo, internal::Matcher<QualType>, in AST_MATCHER_P() argument
2668 AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>,
2670 return pointsTo(qualType(hasDeclaration(InnerMatcher)))
2731 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))
2739 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp93 REGISTER_OVERLOADED_2(pointsTo); in RegistryMaps()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1610 blink_qual_type_base_matcher, pointsTo(blink_qual_type_base_matcher), in main()