Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h2037 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc() function
2047 setDecltypeLoc(Loc); in initializeLocal()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp887 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp7990 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp6162 TL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in VisitDecltypeTypeLoc()
H A DTreeTransform.h6374 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6744 TL.setDecltypeLoc(readSourceLocation()); in VisitDecltypeTypeLoc()