HomeSort by relevance Sort by last modified time
    Searched refs:SourceManager (Results 101 - 125 of 217) sorted by null

1 2 3 45 6 7 8 9

  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 16 #include "clang/Basic/SourceManager.h"
34 SourceManager &SM = R.getSourceMgr();
360 const SourceManager &SM = PP.getSourceManager();
448 const SourceManager &SM = PP.getSourceManager();
  /external/v8/tools/clang/traffic_annotation_extractor/
traffic_annotation_extractor.cpp 32 #include "clang/Basic/SourceManager.h"
162 source_location = result.SourceManager->getExpansionLoc(source_location);
163 location->file_path = result.SourceManager->getFilename(source_location);
165 result.SourceManager->getSpellingLineNumber(source_location);
  /external/clang/include/clang/Frontend/
Utils.h 53 class SourceManager;
  /external/clang/lib/ARCMigrate/
Internals.h 46 SourceManager &SM, const LangOptions &LangOpts);
Transforms.cpp 16 #include "clang/Basic/SourceManager.h"
138 SourceManager &SM = Ctx.getSourceManager();
390 SourceManager &SM = Pass.Ctx.getSourceManager();
471 SourceManager &SM = Pass.Ctx.getSourceManager();
543 const SourceManager &SM = pass.Ctx.getSourceManager();
TransGCAttrs.cpp 13 #include "clang/Basic/SourceManager.h"
93 SourceManager &SM = Ctx.getSourceManager();
175 SourceManager &SM = MigrateCtx.Pass.Ctx.getSourceManager();
TransUnbridgedCasts.cpp 49 #include "clang/Basic/SourceManager.h"
256 SourceManager &SM = Pass.Ctx.getSourceManager();
283 SourceManager &SM = Pass.Ctx.getSourceManager();
  /external/clang/lib/AST/
ASTTypeTraits.cpp 130 void DynTypedNode::dump(llvm::raw_ostream &OS, SourceManager &SM) const {
CommentLexer.cpp 22 void Token::dump(const Lexer &L, const SourceManager &SM) const {
840 const SourceManager &SourceMgr,
  /external/clang/lib/Format/
TokenAnnotator.h 24 class SourceManager;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 17 #include "clang/Basic/SourceManager.h"
80 SourceManager &SM = PP->getSourceManager();
HeaderIncludeGen.cpp 12 #include "clang/Basic/SourceManager.h"
21 SourceManager &SM;
ASTUnit.cpp 564 SourceManager *SourceMgr;
676 AST->SourceMgr = new SourceManager(AST->getDiagnostics(),
    [all...]
CacheTokens.cpp 20 #include "clang/Basic/SourceManager.h"
501 // Iterate over all the files in SourceManager. Create a lexer
503 SourceManager &SM = PP.getSourceManager();
506 for (SourceManager::fileinfo_iterator I = SM.fileinfo_begin(),
575 const SourceManager &SrcMgr = PP.getSourceManager();
590 // Lex through the entire file. This will populate SourceManager with
PrintPreprocessedOutput.cpp 18 #include "clang/Basic/SourceManager.h"
82 SourceManager &SM;
254 SourceManager &SourceMgr = SM;
787 const SourceManager &SourceMgr = PP.getSourceManager();
  /external/clang/lib/Parse/
ParseAST.cpp 77 const SourceManager &SM = P.getPreprocessor().getSourceManager();
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 17 #include "clang/Basic/SourceManager.h"
126 const SourceManager &SMgr = path.front()->getLocation().getManager();
133 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
358 SourceManager &SM = R.getSourceMgr();
602 SourceManager &SM = R.getSourceMgr();
  /external/clang/tools/clang-check/
ClangCheck.cpp 114 clang::SourceManager& SourceMgr,
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 15 #include "clang/Basic/SourceManager.h"
47 SourceManager SourceMgr;
  /external/clang/lib/Index/
IndexingContext.cpp 15 #include "clang/Basic/SourceManager.h"
67 SourceManager &SM = Ctx->getSourceManager();
244 SourceManager &SM = Ctx->getSourceManager();
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 309 SourceManager &SM = Ctx.getSourceManager();
319 SourceManager &SM = Ctx.getSourceManager();
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 211 auto &SourceManager = Finder->getASTContext().getSourceManager();
212 return SourceManager.isInMainFile(
213 SourceManager.getExpansionLoc(Node.getLocStart()));
232 auto &SourceManager = Finder->getASTContext().getSourceManager();
233 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
237 return SourceManager.isInSystemHeader(ExpansionLoc);
258 auto &SourceManager = Finder->getASTContext().getSourceManager();
259 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
264 SourceManager.getFileEntryForID(SourceManager.getFileID(ExpansionLoc))
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 68 class SourceManager;
429 void WriteInputFiles(SourceManager &SourceMgr, HeaderSearchOptions &HSOpts,
431 void WriteSourceManagerBlock(SourceManager &SourceMgr,
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 101 void dumpBlockLiveness(const SourceManager& M);
564 void LiveVariables::dumpBlockLiveness(const SourceManager &M) {
568 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) {
  /external/v8/tools/gcmole/
gcmole.cc 211 clang::SourceManager& sm,
231 clang::SourceManager& sm_;
543 clang::SourceManager& sm, bool dead_vars_analysis)
    [all...]

Completed in 1470 milliseconds

1 2 3 45 6 7 8 9