Searched refs:getSourceManager (Results 1 - 25 of 147) sorted by relevance

123456

/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
54 return PP->getSourceManager().getFileEntryForID(getFileID());
H A DTokenLexer.cpp46 SourceManager &SM = PP.getSourceManager();
384 SourceManager &SM = PP.getSourceManager();
525 SourceManager &SourceMgr = PP.getSourceManager();
566 SourceManager &SM = PP.getSourceManager();
604 SourceManager &SM = PP.getSourceManager();
666 SourceManager &SM = PP.getSourceManager();
746 SourceManager &SM = PP.getSourceManager();
/external/clang/tools/libclang/
H A DCXSourceLocation.h43 return translateSourceLocation(Context.getSourceManager(),
61 return translateSourceRange(Context.getSourceManager(),
H A DCIndexInclusionStack.cpp29 SourceManager &SM = CXXUnit->getSourceManager();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteTest.cpp20 SourceManager &SM = PP.getSourceManager();
H A DRewriteMacros.cpp64 SourceManager &SM = PP.getSourceManager();
91 SourceManager &SM = PP.getSourceManager();
H A DHTMLPrint.cpp58 R.setSourceMgr(context.getSourceManager(), context.getLangOpts());
H A DInclusionRewriter.cpp83 : PP(PP), SM(PP.getSourceManager()), OS(OS),
256 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts());
341 SourceManager &SM = PP.getSourceManager();
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp78 return Lexer::getImmediateMacroName(Loc, getSourceManager(),
81 return Lexer::getSpelling(Loc, buf, getSourceManager(), getLangOpts());
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h57 SourceMgr &getSourceManager() { return getParser().getSourceManager(); } function in class:llvm::MCAsmParserExtension
H A DMCAsmParser.h55 virtual SourceMgr &getSourceManager() = 0;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h79 virtual SourceManager &getSourceManager() { function in class:clang::ento::AnalysisManager
80 return getASTContext().getSourceManager();
H A DCheckerContext.h112 SourceManager &getSourceManager() { function in class:clang::ento::CheckerContext
113 return getBugReporter().getSourceManager();
/external/clang/lib/AST/
H A DRawCommentList.cpp139 getRawText(Context.getSourceManager());
164 getRawText(Context.getSourceManager());
169 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
173 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
H A DTraversalChecker.cpp48 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
H A DCheckSecuritySyntaxOnly.cpp289 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
326 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
411 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
484 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
520 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
548 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
630 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
656 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
677 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), A
[all...]
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp386 SourceManager &SM = Ctx.getSourceManager();
399 SourceManager &SM = Ctx.getSourceManager();
421 SourceManager &SM = Ctx.getSourceManager();
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
466 Ctx.getSourceManager(), PP);
476 Ctx.getSourceManager(), PP),
482 SourceManager &SM = Ctx.getSourceManager();
493 SourceManager &SM = Ctx.getSourceManager();
506 SourceManager &SM = Ctx.getSourceManager();
520 CharRange newRange(range, Ctx.getSourceManager(), P
[all...]
H A DObjCMT.cpp61 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
184 Rewriter rewriter(Ctx.getSourceManager(), Ctx.getLangOpts());
192 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID);
H A DTransBlockObjCVariable.cpp141 SourceManager &SM = Pass.Ctx.getSourceManager();
H A DTransGCAttrs.cpp94 SourceManager &SM = Ctx.getSourceManager();
180 SourceManager &SM = MigrateCtx.Pass.Ctx.getSourceManager();
293 Loc = MigrateCtx.Pass.Ctx.getSourceManager()
346 Attr.Loc.dump(Pass.Ctx.getSourceManager());
/external/clang/include/clang/Edit/
H A DEditedSource.h52 const SourceManager &getSourceManager() const { return SourceMgr; } function in class:clang::edit::EditedSource
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp32 : SM(PP->getSourceManager()), OutputFile(OutputFile_),
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp34 S.getSourceManager(), S.getLangOpts());
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h322 virtual SourceManager& getSourceManager() = 0;
393 SourceManager& getSourceManager() { return D.getSourceManager(); } function in class:clang::ento::BugReporter
497 SourceManager& getSourceManager() { function in class:clang::ento::BugReporterContext
498 return BR.getSourceManager();

Completed in 290 milliseconds

123456