Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp607 setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in initializeLocal()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h2023 void setNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in setNestedNameSpecifierLoc() function
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5948 TL.setNestedNameSpecifierLoc( in VisitAutoTypeLoc()
5951 TL.setNestedNameSpecifierLoc(NestedNameSpecifierLoc()); in VisitAutoTypeLoc()
DTreeTransform.h6467 NewTL.setNestedNameSpecifierLoc(NewNestedNameSpec); in TransformAutoType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6624 TL.setNestedNameSpecifierLoc(ReadNestedNameSpecifierLoc()); in VisitAutoTypeLoc()