Home | History | Annotate | Download | only in libclang

Lines Matching full:pprec

231                                              PreprocessingRecord &PPRec,
244 const auto &Entities = PPRec.getPreprocessedEntitiesInRange(R);
246 PPRec, FID);
399 PreprocessingRecord &PPRec
411 PPRec, *this);
422 PPRec, *this);
426 PPRec, *this);
429 return visitPreprocessedEntitiesInRange(SourceRange(B, E), PPRec, *this);
436 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end(),
437 PPRec);
439 return visitPreprocessedEntities(PPRec.begin(), PPRec.end(), PPRec);
445 PreprocessingRecord &PPRec,
448 if (!FID.isInvalid() && !PPRec.isEntityInFileID(First, FID))
7307 PreprocessingRecord *ppRec = astUnit->getPreprocessor().getPreprocessingRecord();
7308 if (!ppRec)
7316 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges();
7464 PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
7465 if (!PPRec)
7480 return PPRec->findMacroDefinition(InnerMD->getMacroInfo());