HomeSort by relevance Sort by last modified time
    Searched refs:getPresumedLoc (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 54 PresumedLoc PLoc = SM.getPresumedLoc(L);
CXSourceLocation.cpp 292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
330 PL = SM.getPresumedLoc(end);
  /external/clang/lib/Basic/
SourceLocation.cpp 45 PresumedLoc PLoc = SM.getPresumedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/CodeGen/
SanitizerMetadata.cpp 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
CGDebugInfo.cpp 137 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
319 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
359 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
372 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
CodeGenModule.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
261 CurSM.getPresumedLoc(CurLoc,
HeaderIncludeGen.cpp 120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
LogDiagnosticPrinter.cpp 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
PrintPreprocessedOutput.cpp 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
SerializedDiagnosticPrinter.cpp 235 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc();
    [all...]
TextDiagnostic.cpp     [all...]
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 217 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
PPDirectives.cpp     [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 654 PresumedLoc ploc = source_manager.getPresumedLoc(loc);
717 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 252 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
ASTDumper.cpp 597 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]

Completed in 930 milliseconds

1 2