Lines Matching refs:PreprocessingRecord

42 InclusionDirective::InclusionDirective(PreprocessingRecord &PPRec,  in InclusionDirective()
55 PreprocessingRecord::PreprocessingRecord(SourceManager &SM) : SourceMgr(SM) {} in PreprocessingRecord() function in PreprocessingRecord
59 llvm::iterator_range<PreprocessingRecord::iterator>
60 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
98 bool PreprocessingRecord::isEntityInFileID(iterator PPEI, FileID FID) { in isEntityInFileID()
137 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
167 PreprocessingRecord::findLocalPreprocessedEntitiesInRange( in findLocalPreprocessedEntitiesInRange()
210 unsigned PreprocessingRecord::findBeginLocalPreprocessedEntity( in findBeginLocalPreprocessedEntity()
242 PreprocessingRecord::findEndLocalPreprocessedEntity(SourceLocation Loc) const { in findEndLocalPreprocessedEntity()
251 PreprocessingRecord::PPEntityID
252 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity()
313 void PreprocessingRecord::SetExternalSource( in SetExternalSource()
320 unsigned PreprocessingRecord::allocateLoadedEntities(unsigned NumEntities) { in allocateLoadedEntities()
327 unsigned PreprocessingRecord::allocateSkippedRanges(unsigned NumRanges) { in allocateSkippedRanges()
334 void PreprocessingRecord::ensureSkippedRangesLoaded() { in ensureSkippedRangesLoaded()
344 void PreprocessingRecord::RegisterMacroDefinition(MacroInfo *Macro, in RegisterMacroDefinition()
350 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity()
368 PreprocessingRecord::getLoadedPreprocessedEntity(unsigned Index) { in getLoadedPreprocessedEntity()
383 PreprocessingRecord::findMacroDefinition(const MacroInfo *MI) { in findMacroDefinition()
392 void PreprocessingRecord::addMacroExpansion(const Token &Id, in addMacroExpansion()
406 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef()
414 void PreprocessingRecord::Elifdef(SourceLocation Loc, const Token &MacroNameTok, in Elifdef()
422 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef()
430 void PreprocessingRecord::Elifndef(SourceLocation Loc, in Elifndef()
439 void PreprocessingRecord::Defined(const Token &MacroNameTok, in Defined()
448 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped()
454 void PreprocessingRecord::MacroExpands(const Token &Id, in MacroExpands()
461 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined()
471 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined()
477 void PreprocessingRecord::InclusionDirective( in InclusionDirective()
521 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory()