Searched refs:getPreprocessingRecord (Results 1 – 6 of 6) sorted by relevance
1800 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() && in ReadMacroRecord()1805 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord()3077 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3079 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3080 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3557 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3559 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3560 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3562 = PP.getPreprocessingRecord() in ReadASTBlock()3586 if (!PP.getPreprocessingRecord()) in ReadASTBlock()[all …]
2291 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor()
645 if (!PP.getPreprocessingRecord()) in indexPreprocessingRecord()
409 if (!AU->getPreprocessor().getPreprocessingRecord()) in visitPreprocessedEntitiesInRegion()412 PreprocessingRecord &PPRec = *AU->getPreprocessor().getPreprocessingRecord(); in visitPreprocessedEntitiesInRegion()550 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) in VisitChildren()7988 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) { in clang_annotateTokensImpl()9123 if (PreprocessingRecord *pRec = pp.getPreprocessingRecord()) { in clang_getCXTUResourceUsage()9159 astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getSkippedRanges()9202 astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getAllSkippedRanges()9382 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in checkForMacroInMacroDefinition()9411 if (!PP.getPreprocessingRecord()) in checkForMacroInMacroDefinition()
1600 PreprocessingRecord *getPreprocessingRecord() const { return Record; } in getPreprocessingRecord() function
2610 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities()