Home
last modified time | relevance | path

Searched refs:getFullLoc (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenAction.cpp421 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler()
458 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace()); in EmitOptimizationMessage()
HDCGCXXABI.cpp26 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
HDCodeGenModule.cpp483 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
492 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID) in ErrorUnsupported()
502 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDFrontendAction.cpp117 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp217 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
234 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
245 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
255 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1720 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
HDRewriteModernObjC.cpp268 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
285 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
296 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
306 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1940 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h541 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function