Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
H A DCodeGenAction.cpp358 auto Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in HandleTranslationUnit()
H A DCodeGenModule.cpp1454 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
1463 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported()
1473 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp218 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
235 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
246 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
256 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1730 Diags.Report(Context->getFullLoc(S->getBeginLoc()), in WarnAboutReturnGotoStmts()
H A DRewriteModernObjC.cpp268 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
285 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
296 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
306 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1922 Diags.Report(Context->getFullLoc(S->getBeginLoc()), in WarnAboutReturnGotoStmts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp137 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h787 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function