Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst127 // 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 DCGCXXABI.cpp27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
H A DCodeGenAction.cpp572 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler()
609 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in getBestLocationFromDebugLoc()
H A DCodeGenModule.cpp927 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 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.cpp267 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 DFrontendAction.cpp123 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h730 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function