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 64 PresumedLoc PLoc = SM.getPresumedLoc(L);
CXSourceLocation.cpp 296 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/Frontend/
HeaderIncludeGen.cpp 84 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
DiagnosticRenderer.cpp 159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
306 CurSM.getPresumedLoc(CurLoc,
LogDiagnosticPrinter.cpp 141 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
PrintPreprocessedOutput.cpp 154 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
742 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
SerializedDiagnosticPrinter.cpp 168 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
686 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc();
TextDiagnostic.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 430 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
PPDirectives.cpp     [all...]
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 308 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
CGDebugInfo.cpp 116 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
251 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
CodeGenModule.cpp     [all...]
  /frameworks/compile/slang/
slang_rs.cpp 258 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 248 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 456 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
TypePrinter.cpp 922 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]

Completed in 8571 milliseconds

1 2