Home
last modified time | relevance | path

Searched refs:nestedNameSpecifier (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h210 NestedNameSpecifierDependence nestedNameSpecifier() const { in LLVM_COMMON_DEPENDENCE()
297 return Dependence(D).nestedNameSpecifier(); in toNestedNameSpecifierDependendence()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp506 REGISTER_MATCHER(nestedNameSpecifier); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1039 const internal::VariadicAllOfMatcher<NestedNameSpecifier> nestedNameSpecifier; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7722 /// nestedNameSpecifier()
7725 nestedNameSpecifier; in AST_MATCHER_P()
7727 /// Same as \c nestedNameSpecifier but matches \c NestedNameSpecifierLoc. in AST_MATCHER_P()
7749 /// nestedNameSpecifier(specifiesType(
7784 /// nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))) and
7821 /// nestedNameSpecifier(specifiesNamespace(hasName("ns")))