Searched refs:typeLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp41 typeLoc(hasParent(typeLoc(hasParent(functionDecl()))))));
47 nestedNameSpecifierLoc(hasParent(typeLoc()))));
H A DASTTypeTraitsTest.cpp142 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp405 REGISTER_MATCHER(typeLoc);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1986 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; member in namespace:clang::ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp253 decl(hasDescendant(typeLoc().bind("x")), has(decl()));
H A DASTMatchersTraversalTest.cpp94 typeLoc(hasDescendant(loc(builtinType())))));

Completed in 111 milliseconds