Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp85 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F() local
/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h38 const PPConditionalDirectiveRecord *PPRec; variable
H A DCommit.h54 const PPConditionalDirectiveRecord *PPRec; variable
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp149 PPConditionalDirectiveRecord &PPRec; global() member in __anona35560680211::ParsedSrcLocationsTracker
363 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); CreateASTConsumer() local
H A DCIndex.cpp246 visitPreprocessedEntitiesInRange(SourceRange R,PreprocessingRecord & PPRec,CursorVisitor & Visitor) visitPreprocessedEntitiesInRange() argument
418 PreprocessingRecord &PPRec = *AU->getPreprocessor().getPreprocessingRecord(); visitPreprocessedEntitiesInRegion() local
460 visitPreprocessedEntities(InputIterator First,InputIterator Last,PreprocessingRecord & PPRec,FileID FID) visitPreprocessedEntities() argument
9686 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); checkForMacroInMacroDefinition() local
[all...]
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp101 const PPConditionalDirectiveRecord *PPRec; global() member in __anon54434a7a0111::ObjCMigrateASTConsumer
119 ObjCMigrateASTConsumer(StringRef migrateDir,unsigned astMigrateActions,FileRemapper & remapper,FileManager & fileMgr,const PPConditionalDirectiveRecord * PPRec,Preprocessor & PP,bool isOutputFile,ArrayRef<std::string> AllowList) ObjCMigrateASTConsumer() argument
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); CreateASTConsumer() local
2006 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); CreateASTConsumer() local
[all...]
/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp42 InclusionDirective(PreprocessingRecord & PPRec,InclusionKind Kind,StringRef FileName,bool InQuotes,bool ImportedModule,OptionalFileEntryRef File,SourceRange Range) InclusionDirective() argument
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2629 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) getLocalPreprocessingEntities() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2482 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); WritePreprocessor() local
2733 WritePreprocessorDetail(PreprocessingRecord & PPRec,uint64_t MacroOffsetsBase) WritePreprocessorDetail() argument
[all...]
H A DASTReader.cpp1974 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); ReadMacroRecord() local
6221 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) getModulePreprocessedEntities() local
6290 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); ReadPreprocessedEntity() local
[all...]