Home
last modified time | relevance | path

Searched refs:setNestedNameSpecifierLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypeLoc.cpp609 setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in initializeLocal()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h2072 void setNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in setNestedNameSpecifierLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp6024 TL.setNestedNameSpecifierLoc( in VisitAutoTypeLoc()
6027 TL.setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in VisitAutoTypeLoc()
DTreeTransform.h6575 NewTL.setNestedNameSpecifierLoc(NewNestedNameSpec); in TransformAutoType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6673 TL.setNestedNameSpecifierLoc(ReadNestedNameSpecifierLoc()); in VisitAutoTypeLoc()