Home
last modified time | relevance | path

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

/external/clang/docs/
DRAVFrontendAction.rst127 // getFullLoc uses the ASTContext's SourceManager to resolve the source
129 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart());
161 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart());
/external/clang/unittests/Tooling/
DTestVisitor.h132 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()
DCodeGenModule.cpp240 getDiags().Report(Context.getFullLoc(loc), diagID); in Error()
252 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID) in ErrorUnsupported()
265 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
/external/clang/lib/Frontend/
DFrontendAction.cpp108 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID) in DeclRead()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp214 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmt()
225 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
242 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
253 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
263 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1750 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
DRewriteModernObjC.cpp251 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmt()
262 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
279 Diags.Report(Context->getFullLoc(Old->getLocStart()), RewriteFailedDiag) in ReplaceStmtWithRange()
290 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText()
300 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText()
1956 Diags.Report(Context->getFullLoc(S->getLocStart()), in WarnAboutReturnGotoStmts()
/external/clang/include/clang/AST/
DASTContext.h477 FullSourceLoc getFullLoc(SourceLocation Loc) const { in getFullLoc() function
/external/clang/lib/AST/
DVTableBuilder.cpp2451 Diags.Report(Context.getFullLoc(Location), DiagID) << Feature; in ErrorUnsupported()