HomeSort by relevance Sort by last modified time
    Searched refs:TyBeginLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 792 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc();
807 SourceRange FullRange = SourceRange(TyBeginLoc,
822 return ExprError(Diag(TyBeginLoc,
828 RequireCompleteType(TyBeginLoc, ElemTy,
832 if (RequireNonAbstractType(TyBeginLoc, Ty,
    [all...]

Completed in 35 milliseconds