Searched refs:getPreprocessingRecord (Results 1 – 6 of 6) sorted by relevance
1776 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() && in ReadMacroRecord()1781 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord()3037 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3039 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3040 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3521 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3523 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3524 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3526 = PP.getPreprocessingRecord() in ReadASTBlock()3550 if (!PP.getPreprocessingRecord()) in ReadASTBlock()[all …]
2151 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor()
408 if (!AU->getPreprocessor().getPreprocessingRecord()) in visitPreprocessedEntitiesInRegion()411 PreprocessingRecord &PPRec = *AU->getPreprocessor().getPreprocessingRecord(); in visitPreprocessedEntitiesInRegion()549 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) in VisitChildren()7722 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) { in clang_annotateTokensImpl()8798 if (PreprocessingRecord *pRec = pp.getPreprocessingRecord()) { in clang_getCXTUResourceUsage()8834 astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getSkippedRanges()8877 astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getAllSkippedRanges()9055 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in checkForMacroInMacroDefinition()9084 if (!PP.getPreprocessingRecord()) in checkForMacroInMacroDefinition()
642 if (!PP.getPreprocessingRecord()) in indexPreprocessingRecord()
1291 PreprocessingRecord *getPreprocessingRecord() const { return Record; } in getPreprocessingRecord() function
2580 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities()