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()
138 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
168 PreprocessingRecord::findLocalPreprocessedEntitiesInRange( in findLocalPreprocessedEntitiesInRange()
211 unsigned PreprocessingRecord::findBeginLocalPreprocessedEntity( in findBeginLocalPreprocessedEntity()
243 PreprocessingRecord::findEndLocalPreprocessedEntity(SourceLocation Loc) const { in findEndLocalPreprocessedEntity()
252 PreprocessingRecord::PPEntityID
253 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity()
314 void PreprocessingRecord::SetExternalSource( in SetExternalSource()
321 unsigned PreprocessingRecord::allocateLoadedEntities(unsigned NumEntities) { in allocateLoadedEntities()
328 unsigned PreprocessingRecord::allocateSkippedRanges(unsigned NumRanges) { in allocateSkippedRanges()
335 void PreprocessingRecord::ensureSkippedRangesLoaded() { in ensureSkippedRangesLoaded()
345 void PreprocessingRecord::RegisterMacroDefinition(MacroInfo *Macro, in RegisterMacroDefinition()
351 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity()
369 PreprocessingRecord::getLoadedPreprocessedEntity(unsigned Index) { in getLoadedPreprocessedEntity()
384 PreprocessingRecord::findMacroDefinition(const MacroInfo *MI) { in findMacroDefinition()
393 void PreprocessingRecord::addMacroExpansion(const Token &Id, in addMacroExpansion()
407 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef()
415 void PreprocessingRecord::Elifdef(SourceLocation Loc, const Token &MacroNameTok, in Elifdef()
423 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef()
431 void PreprocessingRecord::Elifndef(SourceLocation Loc, in Elifndef()
440 void PreprocessingRecord::Defined(const Token &MacroNameTok, in Defined()
449 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped()
455 void PreprocessingRecord::MacroExpands(const Token &Id, in MacroExpands()
462 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined()
472 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined()
478 void PreprocessingRecord::InclusionDirective( in InclusionDirective()
528 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory()