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

  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 104 PPRec = new PPConditionalDirectiveRecord(SourceMgr);
105 PP.addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec));
120 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
122 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
124 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
126 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
128 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
130 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
132 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
134 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective
    [all...]
  /external/clang/include/clang/Edit/
EditedSource.h 32 const PPConditionalDirectiveRecord *PPRec;
54 const PPConditionalDirectiveRecord *PPRec = nullptr)
55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts),
61 return PPRec;
Commit.h 50 const PPConditionalDirectiveRecord *PPRec;
61 const PPConditionalDirectiveRecord *PPRec = nullptr)
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /external/clang/lib/Edit/
Commit.cpp 40 PPRec(Editor.getPPCondDirectiveRecord()),
76 if (PPRec &&
77 PPRec->areInDifferentConditionalDirectiveRegion(loc, range.getBegin())) {
308 if (PPRec && PPRec->rangeIntersectsConditionalDirective(range.getAsRange()))
  /external/clang/tools/libclang/
Indexing.cpp 58 PPConditionalDirectiveRecord &ppRec,
171 PPConditionalDirectiveRecord &PPRec;
181 PPConditionalDirectiveRecord &ppRec,
183 : SessionData(sessionData), PPRec(ppRec), PP(pp) {
209 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);
218 const SourceManager &SM = PPRec.getSourceManager();
432 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager());
433 PP.addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec));
434 SKCtrl = llvm::make_unique<TUSkipBodyControl>(*SKData, *PPRec, PP)
    [all...]
CursorVisitor.h 192 PreprocessingRecord &PPRec,
CIndex.cpp 231 PreprocessingRecord &PPRec,
244 const auto &Entities = PPRec.getPreprocessedEntitiesInRange(R);
246 PPRec, FID);
399 PreprocessingRecord &PPRec
411 PPRec, *this);
422 PPRec, *this);
426 PPRec, *this);
429 return visitPreprocessedEntitiesInRange(SourceRange(B, E), PPRec, *this);
436 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end()
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 25 InclusionDirective::InclusionDirective(PreprocessingRecord &PPRec,
35 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 98 const PPConditionalDirectiveRecord *PPRec;
110 const PPConditionalDirectiveRecord *PPRec,
117 Remapper(remapper), FileMgr(fileMgr), PPRec(PPRec), PP(PP),
131 PPRec));
195 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager());
196 CI.getPreprocessor().addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec));
200 MigrateDir, ObjCMigAction, Remapper, CompInst->getFileManager(), PPRec,
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 233 InclusionDirective(PreprocessingRecord &PPRec,
  /external/clang/include/clang/Serialization/
ASTWriter.h 518 void WritePreprocessorDetail(PreprocessingRecord &PPRec);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 1829 milliseconds