Searched refs:getFullLoc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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());
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
|
H A D | CodeGenAction.cpp | 572 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler() 609 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in getBestLocationFromDebugLoc()
|
H A D | CodeGenModule.cpp | 927 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error() 936 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported() 946 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
|
/netbsd-src/external/apache2/llvm/dist/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 | 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 123 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 730 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function
|