/llvm-project/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 85 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F() local
|
/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 38 const PPConditionalDirectiveRecord *PPRec; variable
|
H A D | Commit.h | 54 const PPConditionalDirectiveRecord *PPRec; variable
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 149 PPConditionalDirectiveRecord &PPRec; global() member in __anona35560680211::ParsedSrcLocationsTracker 363 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); CreateASTConsumer() local
|
H A D | CIndex.cpp | 246 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 D | ObjCMT.cpp | 101 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 D | PreprocessingRecord.cpp | 42 InclusionDirective(PreprocessingRecord & PPRec,InclusionKind Kind,StringRef FileName,bool InQuotes,bool ImportedModule,OptionalFileEntryRef File,SourceRange Range) InclusionDirective() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2629 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) getLocalPreprocessingEntities() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2482 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); WritePreprocessor() local 2733 WritePreprocessorDetail(PreprocessingRecord & PPRec,uint64_t MacroOffsetsBase) WritePreprocessorDetail() argument [all...] |
H A D | ASTReader.cpp | 1974 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); ReadMacroRecord() local 6221 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) getModulePreprocessedEntities() local 6290 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); ReadPreprocessedEntity() local [all...] |