Home | History | Annotate | Download | only in Lex

Lines Matching refs:HeaderInfo

533   const FileEntry *FE = HeaderInfo.LookupFile(
540 // headers on the #include stack and pass them to HeaderInfo.
543 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt,
554 if ((FE = HeaderInfo.LookupSubframeworkHeader(
1349 if (HeaderInfo.HasIncludeAliasMap()) {
1353 StringRef NewName = HeaderInfo.MapHeaderToIncludeAlias(OriginalFilename);
1378 HeaderInfo.AddSearchPath(DL, isAngled);
1523 std::max(HeaderInfo.getFileDirFlavor(File),
1526 // Ask HeaderInfo if we should enter this #include file. If not, #including
1528 if (!HeaderInfo.ShouldEnterIncludeFile(File, isImport)) {