Searched refs:getPreprocessingRecord (Results 1 – 4 of 4) sorted by relevance
1436 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() && in ReadMacroRecord()1441 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord()2398 if (!PP.getPreprocessingRecord()) in ReadASTBlock()2400 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()2401 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()2875 if (!PP.getPreprocessingRecord()) in ReadASTBlock()2877 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()2878 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()2880 = PP.getPreprocessingRecord() in ReadASTBlock()4600 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities()[all …]
2009 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor()
977 PreprocessingRecord *getPreprocessingRecord() const { return Record; } in getPreprocessingRecord() function
2756 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities()