HomeSort by: relevance | last modified time | path
    Searched defs:TypoLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 690 SourceLocation TypoLoc = R.getNameLoc();
714 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange;
SemaExpr.cpp 2103 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args,
2111 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx
2114 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo;
2257 SourceLocation TypoLoc = R.getNameLoc();
2263 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 6286 SourceLocation TypoLoc;
6289 TypoExpr(QualType T, SourceLocation TypoLoc)
6290 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) {
6303 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; }
6304 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; }

Completed in 49 milliseconds