Searched refs:getFullLoc (Results 1 - 9 of 9) sorted by relevance

/external/clang/unittests/Tooling/
H A DTestVisitor.h150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp410 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()),
443 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace());
H A DCGCXXABI.cpp26 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
H A DCodeGenModule.cpp450 getDiags().Report(Context.getFullLoc(loc), diagID) << message;
459 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID)
469 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
/external/clang/lib/Frontend/
H A DFrontendAction.cpp115 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID)
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp265 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
277 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
294 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
305 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag);
315 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag);
1952 Diags.Report(Context->getFullLoc(S->getLocStart()),
H A DRewriteObjC.cpp214 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
226 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
243 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag)
254 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag);
264 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag);
1729 Diags.Report(Context->getFullLoc(S->getLocStart()),
/external/clang/include/clang/AST/
H A DASTContext.h513 FullSourceLoc getFullLoc(SourceLocation Loc) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DVTableBuilder.cpp2568 Diags.Report(Context.getFullLoc(Location), DiagID) << Feature;

Completed in 232 milliseconds