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

  /external/clang/include/clang/Edit/
EditedSource.h 30 const PPConditionalDirectiveRecord *PPRec;
48 const PPConditionalDirectiveRecord *PPRec = 0)
49 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec),
55 return PPRec;
Commit.h 49 const PPConditionalDirectiveRecord *PPRec;
58 const PPConditionalDirectiveRecord *PPRec = 0)
59 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(0),
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 100 PPRec = new PPConditionalDirectiveRecord(SourceMgr);
101 PP.addPPCallbacks(PPRec);
116 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
118 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
120 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
122 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
124 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
126 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
128 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
130 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 44 const PPConditionalDirectiveRecord *PPRec;
52 const PPConditionalDirectiveRecord *PPRec,
57 Remapper(remapper), FileMgr(fileMgr), PPRec(PPRec),
65 PPRec));
99 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager());
100 CompInst->getPreprocessor().addPPCallbacks(PPRec);
108 PPRec);
242 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager());
243 CI.getPreprocessor().addPPCallbacks(PPRec);
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 57 PPConditionalDirectiveRecord &ppRec,
171 PPConditionalDirectiveRecord &PPRec;
181 PPConditionalDirectiveRecord &ppRec,
183 : SessionData(sessionData), PPRec(ppRec), PP(pp) {
209 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);
217 const SourceManager &SM = PPRec.getSourceManager();
443 PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager());
444 PP.addPPCallbacks(PPRec);
445 SKCtrl.reset(new TUSkipBodyControl(*SKData, *PPRec, PP))
    [all...]
CIndex.cpp 207 PreprocessingRecord &PPRec,
221 Entities = PPRec.getPreprocessedEntitiesInRange(R);
223 PPRec, FID);
376 PreprocessingRecord &PPRec
388 PPRec, *this);
399 PPRec, *this);
403 PPRec, *this);
406 return visitPreprocessedEntitiesInRange(SourceRange(B, E), PPRec, *this);
413 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end()
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 141 milliseconds