Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2140 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc() function
2150 setDecltypeLoc(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp800 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp7350 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp5963 TL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in VisitDecltypeTypeLoc()
H A DTreeTransform.h6853 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7285 TL.setDecltypeLoc(readSourceLocation()); in VisitDecltypeTypeLoc()