Searched refs:getFullLoc (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | RAVFrontendAction.rst | 127 // getFullLoc uses the ASTContext's SourceManager to resolve the source 129 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getBeginLoc()); 161 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getBeginLoc());
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
|
| H A D | CodeGenAction.cpp | 361 auto Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in HandleTranslationUnit()
|
| H A D | CodeGenModule.cpp | 1084 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error() 1093 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported() 1103 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A 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()
|
| H A D | RewriteModernObjC.cpp | 268 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()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 131 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 781 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function
|