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.h2084 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc() function
2094 setDecltypeLoc(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp806 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp8328 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp5884 TL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in VisitDecltypeTypeLoc()
H A DTreeTransform.h6626 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6950 TL.setDecltypeLoc(readSourceLocation()); in VisitDecltypeTypeLoc()