HomeSort by relevance Sort by last modified time
    Searched refs:PresumedLoc (Results 1 - 21 of 21) sorted by null

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 60 PresumedLoc PLoc = SM.getPresumedLoc(L);
CIndex.cpp     [all...]
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 127 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
  /external/clang/lib/Basic/
SourceLocation.cpp 45 PresumedLoc PLoc = SM.getPresumedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 80 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
TextDiagnostic.cpp 229 static PresumedLoc getDiagnosticPresumedLoc(const SourceManager &SM,
433 PresumedLoc PLoc = getDiagnosticPresumedLoc(SM, Loc);
558 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
578 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
    [all...]
PrintPreprocessedOutput.cpp 136 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
245 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
619 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
  /external/clang/include/clang/Basic/
SourceLocation.h 341 /// PresumedLoc - This class represents an unpacked "presumed" location which
346 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
347 class PresumedLoc {
352 PresumedLoc() : Filename(0) {}
353 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
SourceManager.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 77 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  /frameworks/compile/slang/
slang_rs.cpp 243 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 325 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
PPDirectives.cpp 849 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 125 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/AST/
StmtDumper.cpp 183 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
TypePrinter.cpp 672 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 65 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
66 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
205 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
239 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
248 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
CodeGenModule.cpp 702 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
710 PresumedLoc PLoc = SM.getPresumedLoc(L);
    [all...]

Completed in 1137 milliseconds