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

  /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/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/tools/libclang/
Indexing.cpp 151 PPConditionalDirectiveRecord &PPRec;
161 PPConditionalDirectiveRecord &ppRec,
163 : SessionData(sessionData), PPRec(ppRec), PP(pp) {
189 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);
198 const SourceManager &SM = PPRec.getSourceManager();
377 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager());
378 PP.addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec));
379 SKCtrl = llvm::make_unique<TUSkipBodyControl>(*SKData, *PPRec, PP);
    [all...]
  /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));
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager());
197 CI.getPreprocessor().addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec));
201 MigrateDir, ObjCMigAction, Remapper, CompInst->getFileManager(), PPRec,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 331 milliseconds