Home
last modified time | relevance | path

Searched refs:specifiesTypeLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp546 REGISTER_MATCHER(specifiesTypeLoc); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1967 nestedNameSpecifierLoc(hasPrefix(specifiesTypeLoc( in TEST_P()
1972 specifiesTypeLoc(loc(qualType(asString("struct N::A")))))))); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7468 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument