Searched refs:getPreprocessingRecord (Results 1 – 6 of 6) sorted by relevance
1424 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() && in ReadMacroRecord()1429 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord()2565 if (!PP.getPreprocessingRecord()) in ReadASTBlock()2567 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()2568 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3057 if (!PP.getPreprocessingRecord()) in ReadASTBlock()3059 if (!PP.getPreprocessingRecord()->getExternalSource()) in ReadASTBlock()3060 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()3062 = PP.getPreprocessingRecord() in ReadASTBlock()4710 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities()[all …]
1917 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor()
392 if (!AU->getPreprocessor().getPreprocessingRecord()) in visitPreprocessedEntitiesInRegion()396 = *AU->getPreprocessor().getPreprocessingRecord(); in visitPreprocessedEntitiesInRegion()535 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) in VisitChildren()5865 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) { in clang_annotateTokensImpl()6707 if (PreprocessingRecord *pRec = pp.getPreprocessingRecord()) { in clang_getCXTUResourceUsage()6743 PreprocessingRecord *ppRec = astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getSkippedRanges()6901 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in checkForMacroInMacroDefinition()6930 if (!PP.getPreprocessingRecord()) in checkForMacroInMacroDefinition()
696 if (!PP.getPreprocessingRecord()) in indexPreprocessingRecord()
699 PreprocessingRecord *getPreprocessingRecord() const { return Record; } in getPreprocessingRecord() function
2783 if (PreprocessingRecord *PPRec = PP->getPreprocessingRecord()) in getLocalPreprocessingEntities()