Home
last modified time | relevance | path

Searched refs:DecltypeTL (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp886 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T); in ActOnCXXNestedNameSpecifierDecltype() local
887 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
888 DecltypeTL.setRParenLoc(DS.getTypeofParensRange().getEnd()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp7989 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T); in ActOnPseudoDestructorExpr() local
7990 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
7991 DecltypeTL.setRParenLoc(DS.getTypeofParensRange().getEnd()); in ActOnPseudoDestructorExpr()