Home
last modified time | relevance | path

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

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