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

  /external/clang/unittests/Lex/
PreprocessingRecordTest.cpp 105 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
106 EXPECT_FALSE(PPRec.rangeIntersectsConditionalDirective(
108 EXPECT_TRUE(PPRec.rangeIntersectsConditionalDirective(
110 EXPECT_FALSE(PPRec.rangeIntersectsConditionalDirective(
112 EXPECT_TRUE(PPRec.rangeIntersectsConditionalDirective(
114 EXPECT_TRUE(PPRec.rangeIntersectsConditionalDirective(
116 EXPECT_FALSE(PPRec.rangeIntersectsConditionalDirective(
118 EXPECT_FALSE(PPRec.rangeIntersectsConditionalDirective(
120 EXPECT_TRUE(PPRec.rangeIntersectsConditionalDirective(
122 EXPECT_FALSE(PPRec.rangeIntersectsConditionalDirective
    [all...]
  /external/clang/include/clang/Edit/
EditedSource.h 30 const PreprocessingRecord *PPRec;
48 const PreprocessingRecord *PPRec = 0)
49 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec),
54 const PreprocessingRecord *getPreprocessingRecord() const { return PPRec; }
Commit.h 49 const PreprocessingRecord *PPRec;
58 const PreprocessingRecord *PPRec = 0)
59 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(0),
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 42 const PreprocessingRecord *PPRec;
50 const PreprocessingRecord *PPRec,
55 Remapper(remapper), FileMgr(fileMgr), PPRec(PPRec),
63 PPRec));
  /external/clang/lib/Edit/
Commit.cpp 40 PPRec(Editor.getPreprocessingRecord()),
76 if (PPRec &&
77 PPRec->areInDifferentConditionalDirectiveRegion(loc, range.getBegin())) {
308 if (PPRec && PPRec->rangeIntersectsConditionalDirective(range.getAsRange()))
  /external/clang/tools/libclang/
Indexing.cpp 438 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
447 I = PPRec.local_begin();
448 E = PPRec.local_end();
450 I = PPRec.begin();
451 E = PPRec.end();
CursorVisitor.h 192 PreprocessingRecord &PPRec,
CIndex.cpp 198 PreprocessingRecord &PPRec,
212 Entities = PPRec.getPreprocessedEntitiesInRange(R);
214 PPRec, FID);
362 PreprocessingRecord &PPRec
374 PPRec, *this);
385 PPRec, *this);
389 PPRec, *this);
392 return visitPreprocessedEntitiesInRange(SourceRange(B, E), PPRec, *this);
399 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end()
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 25 InclusionDirective::InclusionDirective(PreprocessingRecord &PPRec,
34 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 234 InclusionDirective(PreprocessingRecord &PPRec,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 415 void WritePreprocessorDetail(PreprocessingRecord &PPRec);

Completed in 159 milliseconds