Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h2084 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc() function
2094 setDecltypeLoc(Loc); in initializeLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp806 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
HDSemaExprCXX.cpp8328 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
HDSemaType.cpp5884 TL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in VisitDecltypeTypeLoc()
HDTreeTransform.h6626 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6950 TL.setDecltypeLoc(readSourceLocation()); in VisitDecltypeTypeLoc()