Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp609 setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h2072 void setNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in setNestedNameSpecifierLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5991 TL.setNestedNameSpecifierLoc( in VisitAutoTypeLoc()
5994 TL.setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in VisitAutoTypeLoc()
H A DTreeTransform.h6552 NewTL.setNestedNameSpecifierLoc(NewNestedNameSpec); in TransformAutoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6651 TL.setNestedNameSpecifierLoc(ReadNestedNameSpecifierLoc()); in VisitAutoTypeLoc()