Home
last modified time | relevance | path

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

/external/llvm-project/clang/docs/
DRAVFrontendAction.rst129 // getFullLoc uses the ASTContext's SourceManager to resolve the source
131 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getBeginLoc());
163 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getBeginLoc());
/external/clang/docs/
DRAVFrontendAction.rst129 // getFullLoc uses the ASTContext's SourceManager to resolve the source
131 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart());
163 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart());
/external/clang/unittests/Tooling/
DTestVisitor.h150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location); in Match()
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h164 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location); in Match()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
DCodeGenAction.cpp419 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler()
452 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in getBestLocationFromDebugLoc()
DCodeGenModule.cpp565 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
574 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID) in ErrorUnsupported()
584 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/external/llvm-project/clang/lib/CodeGen/
DCGCXXABI.cpp27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
DCodeGenAction.cpp590 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler()
627 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in getBestLocationFromDebugLoc()
DCodeGenModule.cpp868 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
877 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported()
887 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/external/clang/lib/Frontend/
DFrontendAction.cpp117 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp218 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
235 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
246 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
256 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1721 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
DRewriteModernObjC.cpp267 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
284 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
295 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
305 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1914 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
/external/llvm-project/clang/lib/Frontend/Rewrite/
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()
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()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp123 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/external/clang/include/clang/AST/
DASTContext.h612 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function
/external/llvm-project/clang/include/clang/AST/
DASTContext.h695 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function