HomeSort by relevance Sort by last modified time
    Searched refs:getSourceManager (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/clang/lib/CodeGen/
CodeGenAction.cpp 97 Context->getSourceManager(),
167 Context->getSourceManager(),
237 Loc = ConvertBackendLocation(D, Context->getSourceManager());
373 SourceManager &SM = CI.getSourceManager();
  /external/clang/lib/Frontend/
DependencyGraph.cpp 82 SourceManager &SM = PP->getSourceManager();
FrontendActions.cpp 317 CI.getSourceManager().overrideFileContents(HeaderFile, HeaderContentsBuf);
363 SourceManager &SM = PP.getSourceManager();
437 const SourceManager& SM = CI.getSourceManager();
VerifyDiagnosticConsumer.cpp 63 const SourceManager &SM = Info.getSourceManager();
348 SourceManager& SM = PP.getSourceManager();
508 SourceManager &SM = CurrentPreprocessor->getSourceManager();
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 45 const SourceManager &SM = B.getSourceManager();
CheckObjCInstMethSignature.cpp 71 BR.getSourceManager());
DebugCheckers.cpp 57 L->dumpBlockLiveness(mgr.getSourceManager());
CheckObjCDealloc.cpp 170 PathDiagnosticLocation::createBegin(D, BR.getSourceManager());
264 PathDiagnosticLocation::createBegin((*I), BR.getSourceManager());
NSErrorChecker.cpp 76 PathDiagnosticLocation::create(D, BR.getSourceManager());
124 PathDiagnosticLocation::create(D, BR.getSourceManager());
UnreachableCodeChecker.cpp 152 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
161 const SourceManager &SM = B.getSourceManager();
CStringSyntaxChecker.cpp 145 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
ObjCContainersASTChecker.cpp 144 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
VirtualCallChecker.cpp 183 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
  /external/clang/tools/libclang/
CIndexHigh.cpp 186 SourceManager &SM = Ctx.getSourceManager();
216 SourceManager &SM = Unit->getSourceManager();
282 SourceManager &SM = Ctx.getSourceManager();
314 SourceManager &SM = Unit->getSourceManager();
  /frameworks/compile/slang/
slang_rs_export_var.cpp 34 const clang::SourceManager *SM = Context->getSourceManager();
slang_rs_context.h 114 inline const clang::SourceManager *getSourceManager() const {
115 return &mPP.getSourceManager();
slang.h 148 clang::SourceManager &getSourceManager() { return *mSourceMgr; }
slang_rs_export_func.cpp 41 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
  /external/clang/lib/Lex/
TokenConcatenation.cpp 53 SourceManager &SM = PP.getSourceManager();
128 SourceManager &SM = PP.getSourceManager();
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 233 return PathDiagnosticLocation(S, getSourceManager(), LC);
236 getSourceManager());
251 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
293 SourceManager &SMgr = getSourceManager();
416 SourceManager& SMgr = PDB.getSourceManager();
729 CompactPathDiagnostic(PD.getMutablePieces(), PDB.getSourceManager());
851 PDB.getSourceManager());
907 SourceManager &SM = PDB.getSourceManager();
    [all...]
BugReporterVisitors.cpp 89 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager());
230 PathDiagnosticLocation::create(P, BRC.getSourceManager());
279 PathDiagnosticLocation::create(P, BRC.getSourceManager());
394 PathDiagnosticLocation L(Receiver, BRC.getSourceManager(),
687 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
720 PathDiagnosticLocation Loc(CondVarExpr, BRC.getSourceManager(), LCtx);
768 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 212 Diags->setSourceManager(&PP.getSourceManager());
282 Ctx.getSourceManager(), Ctx.getLangOpts());
589 Rewriter rewriter(Ctx.getSourceManager(), Ctx.getLangOpts());
610 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID);
TransBlockObjCVariable.cpp 144 SourceManager &SM = Pass.Ctx.getSourceManager();
Transforms.cpp 77 SourceManager &SM = Ctx.getSourceManager();
328 SourceManager &SM = Pass.Ctx.getSourceManager();
411 SourceManager &SM = Pass.Ctx.getSourceManager();
487 const SourceManager &SM = pass.Ctx.getSourceManager();
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 339 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
409 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
473 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
504 if (PP.getSourceManager().isBeforeInTranslationUnit(Tok.getLocation(),

Completed in 141 milliseconds

12 3 4 5 6