Searched refs:getNestedNameSpecifierLoc (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h138 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { function in class:clang::ConceptReference
H A DTypeLoc.h2019 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const {
2097 ? (getNestedNameSpecifierLoc()
2098 ? getNestedNameSpecifierLoc().getBeginLoc()
H A DRecursiveASTVisitor.h1265 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
2344 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2281 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc();
H A DASTImporter.cpp5165 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2400 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(),
H A DSemaTemplate.cpp1243 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(),
2139 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(),
H A DTreeTransform.h6428 if (TL.getNestedNameSpecifierLoc()) {
6431 TL.getNestedNameSpecifierLoc());
11934 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(),
H A DSemaTemplateInstantiateDecl.cpp2586 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(),
H A DSemaType.cpp3143 S.AttachTypeConstraint(AutoLoc.getNestedNameSpecifierLoc(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1662 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc());
H A DASTWriterStmt.cpp430 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc());
H A DASTWriter.cpp374 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc());

Completed in 406 milliseconds