Home
last modified time | relevance | path

Searched defs:PPRec (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Edit/
H A DEditedSource.h32 const PPConditionalDirectiveRecord *PPRec; variable
H A DCommit.h50 const PPConditionalDirectiveRecord *PPRec; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/
DEditedSource.h38 const PPConditionalDirectiveRecord *PPRec; variable
DCommit.h54 const PPConditionalDirectiveRecord *PPRec; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/
DEditedSource.h38 const PPConditionalDirectiveRecord *PPRec; variable
DCommit.h54 const PPConditionalDirectiveRecord *PPRec; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/
DEditedSource.h38 const PPConditionalDirectiveRecord *PPRec; variable
DCommit.h54 const PPConditionalDirectiveRecord *PPRec; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/
DEditedSource.h38 const PPConditionalDirectiveRecord *PPRec; variable
DCommit.h54 const PPConditionalDirectiveRecord *PPRec; variable
/aosp_15_r20/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp104 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 const PPConditionalDirectiveRecord *PPRec; member in __anon2a244c1f0111::ObjCMigrateASTConsumer
110 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer() local
2013 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer() local
/aosp_15_r20/external/clang/tools/libclang/
H A DIndexing.cpp151 PPConditionalDirectiveRecord &PPRec; member in __anon757d5f4d0211::TUSkipBodyControl
377 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); in CreateASTConsumer() local
H A DCIndex.cpp228 PreprocessingRecord &PPRec, in visitPreprocessedEntitiesInRange()
396 PreprocessingRecord &PPRec in visitPreprocessedEntitiesInRegion() local
442 PreprocessingRecord &PPRec, in visitPreprocessedEntities()
7888 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in checkForMacroInMacroDefinition() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp25 InclusionDirective::InclusionDirective(PreprocessingRecord &PPRec, in InclusionDirective()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp2130 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2313 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec) { in WritePreprocessorDetail()
H A DASTReader.cpp1493 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
4860 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
4899 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp2770 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities() local