Home
last modified time | relevance | path

Searched refs:setDecltypeLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2036 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc() function
2046 setDecltypeLoc(Loc); in initializeLocal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp887 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp7970 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp6066 TL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in VisitDecltypeTypeLoc()
H A DTreeTransform.h6274 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6704 TL.setDecltypeLoc(readSourceLocation()); in VisitDecltypeTypeLoc()