Home
last modified time | relevance | path

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

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