Home
last modified time | relevance | path

Searched refs:getFullLoc (Results 1 – 6 of 6) 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.cpp333 auto Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in HandleTranslationUnit()
H A DCodeGenModule.cpp1553 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
1562 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported()
1572 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp137 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp268 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
284 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange()
295 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
305 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1921 Diags.Report(Context->getFullLoc(S->getBeginLoc()), in WarnAboutReturnGotoStmts()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h816 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function