Searched refs:TyBeginLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 920 SourceLocation TyBeginLoc; variable 930 TyBeginLoc(tyBeginLoc), RParenLoc(rParenLoc) {} in CXXFunctionalCastExpr() 939 SourceLocation TyBeginLoc, 946 SourceLocation getTypeBeginLoc() const { return TyBeginLoc; } in getTypeBeginLoc() 947 void setTypeBeginLoc(SourceLocation L) { TyBeginLoc = L; } in setTypeBeginLoc() 952 return SourceRange(TyBeginLoc, RParenLoc); in getSourceRange()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 711 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc(); in BuildCXXTypeConstructExpr() local 712 SourceRange FullRange = SourceRange(TyBeginLoc, RParenLoc); in BuildCXXTypeConstructExpr() 725 return ExprError(Diag(TyBeginLoc, in BuildCXXTypeConstructExpr() 728 RequireCompleteType(TyBeginLoc, Ty, in BuildCXXTypeConstructExpr() 733 if (RequireNonAbstractType(TyBeginLoc, Ty, in BuildCXXTypeConstructExpr() 760 VK, TInfo, TyBeginLoc, Kind, in BuildCXXTypeConstructExpr() 767 = NumExprs ? InitializationKind::CreateDirect(TyBeginLoc, in BuildCXXTypeConstructExpr() 769 : InitializationKind::CreateValue(TyBeginLoc, in BuildCXXTypeConstructExpr()
|