Searched refs:getPreprocessingRecord (Results 1 – 6 of 6) sorted by relevance
1438 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() && in ReadMacroRecord()1443 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord()2624 if (!PP.getPreprocessingRecord()) in ReadASTBlock()2626 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()2627 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3109 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3111 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3112 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3114 = PP.getPreprocessingRecord() in ReadASTBlock()4828 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities()[all …]
2030 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor()
396 if (!AU->getPreprocessor().getPreprocessingRecord()) in visitPreprocessedEntitiesInRegion()400 = *AU->getPreprocessor().getPreprocessingRecord(); in visitPreprocessedEntitiesInRegion()539 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) in VisitChildren()6062 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) { in clang_annotateTokensImpl()6934 if (PreprocessingRecord *pRec = pp.getPreprocessingRecord()) { in clang_getCXTUResourceUsage()6970 PreprocessingRecord *ppRec = astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getSkippedRanges()7128 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in checkForMacroInMacroDefinition()7157 if (!PP.getPreprocessingRecord()) in checkForMacroInMacroDefinition()
695 if (!PP.getPreprocessingRecord()) in indexPreprocessingRecord()
729 PreprocessingRecord *getPreprocessingRecord() const { return Record; } in getPreprocessingRecord() function
2753 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities()