Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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());
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()), in ErrorUnsupportedABI()
H A DCodeGenAction.cpp361 auto Loc = FD->getASTContext().getFullLoc(FD->getLocation()); in HandleTranslationUnit()
H A DCodeGenModule.cpp1084 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 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.cpp268 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 DFrontendAction.cpp131 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h781 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function