Home
last modified time | relevance | path

Searched refs:NestedNameSpec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h127 NestedNameSpecifierLoc NestedNameSpec; variable
153 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
165 return NestedNameSpec; in getNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp99 if (NestedNameSpec) in print()
100 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()