HomeSort by: relevance | last modified time | path
    Searched refs:getPresumedLoc (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Index/
FileIndexRecord.cpp 68 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
78 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 69 PresumedLoc PLoc = SM.getPresumedLoc(*this);
110 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const {
183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives);
SourceManager.cpp 1251 PresumedLoc PLoc = getPresumedLoc(Loc);
1456 PresumedLoc PLoc = getPresumedLoc(Loc);
1497 /// Note that this name does not respect \#line directives. Use getPresumedLoc
1509 /// getPresumedLoc - This method returns the "presumed" location of a
1516 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp 50 PresumedLoc PLoc = SM.getPresumedLoc(L);
CXSourceLocation.cpp 283 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp 311 PresumedLoc PL = SM.getPresumedLoc(loc);
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
331 PL = SM.getPresumedLoc(end);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
JsonSupport.h 91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
SourceManager.h 1410 /// getPresumedLoc for normal clients.
1438 PresumedLoc getPresumedLoc(SourceLocation Loc,
1468 StringRef Filename(getPresumedLoc(Loc).getFilename());
1474 StringRef Filename(getPresumedLoc(Loc).getFilename());
1480 StringRef Filename(getPresumedLoc(Loc).getFilename());
SourceLocation.h 393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SanitizerMetadata.cpp 93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
CGDebugInfo.cpp 185 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
413 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
495 return SM.getPresumedLoc(Loc).getLine();
507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
252 emitBuildingModuleLocation(I.second, I.second.getPresumedLoc(
HeaderIncludeGen.cpp 137 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
LogDiagnosticPrinter.cpp 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
PrintPreprocessedOutput.cpp 157 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
267 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
920 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
FrontendActions.cpp 475 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation());
482 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation);
SerializedDiagnosticPrinter.cpp 222 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(),
737 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc();
TextDiagnostic.cpp 1341 PresumedLoc PLoc = SM.getPresumedLoc(BLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 92 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 1506 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);
1515 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1522 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1576 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1578 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1580 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
Pragma.cpp 475 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 192 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
590 PresumedLoc Loc = Ctx->getSourceManager().getPresumedLoc(D->getLocation());
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 202 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc()));
212 PresumedLoc Presumed = SM.getPresumedLoc(Loc);
244 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()),
TextNodeDumper.cpp 584 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
TypePrinter.cpp 1321 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(

Completed in 57 milliseconds

1 2