Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp33 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
H A DCodeGenAction.cpp295 auto Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in HandleTranslationUnit()
H A DCodeGenModule.cpp1710 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
1719 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported()
1729 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp217 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
233 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
244 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
254 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1728 Diags.Report(Context->getFullLoc(S->getBeginLoc()), in WarnAboutReturnGotoStmts()
H A DRewriteModernObjC.cpp267 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
283 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
294 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
304 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1920 Diags.Report(Context->getFullLoc(S->getBeginLoc()), in WarnAboutReturnGotoStmts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp271 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h909 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function