Searched refs:getFullLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGCXXABI.cpp | 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
|
| D | CodeGenAction.cpp | 572 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler() 611 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in getBestLocationFromDebugLoc()
|
| D | CodeGenModule.cpp | 952 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error() 961 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported() 971 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | RewriteObjC.cpp | 218 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()
|
| D | RewriteModernObjC.cpp | 267 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-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | FrontendAction.cpp | 123 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ASTContext.h | 755 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function
|