Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h1050 SourceLocation TyBeginLoc; variable
1060 TyBeginLoc(tyBeginLoc), RParenLoc(rParenLoc) {} in CXXFunctionalCastExpr()
1069 SourceLocation TyBeginLoc,
1076 SourceLocation getTypeBeginLoc() const { return TyBeginLoc; } in getTypeBeginLoc()
1077 void setTypeBeginLoc(SourceLocation L) { TyBeginLoc = L; } in setTypeBeginLoc()
1081 SourceLocation getLocStart() const LLVM_READONLY { return TyBeginLoc; } in getLocStart()
/external/clang/lib/Sema/
DSemaExprCXX.cpp792 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc(); in BuildCXXTypeConstructExpr() local
807 SourceRange FullRange = SourceRange(TyBeginLoc, in BuildCXXTypeConstructExpr()
822 return ExprError(Diag(TyBeginLoc, in BuildCXXTypeConstructExpr()
828 RequireCompleteType(TyBeginLoc, ElemTy, in BuildCXXTypeConstructExpr()
832 if (RequireNonAbstractType(TyBeginLoc, Ty, in BuildCXXTypeConstructExpr()
839 ? InitializationKind::CreateDirectList(TyBeginLoc) in BuildCXXTypeConstructExpr()
840 : InitializationKind::CreateDirect(TyBeginLoc, in BuildCXXTypeConstructExpr()
842 : InitializationKind::CreateValue(TyBeginLoc, in BuildCXXTypeConstructExpr()
856 TInfo, TyBeginLoc, CK_NoOp, in BuildCXXTypeConstructExpr()