Home | History | Annotate | Download | only in Lex

Lines Matching refs:HeaderInfo

520   const FileEntry *FE = HeaderInfo.LookupFile(
527 // headers on the #include stack and pass them to HeaderInfo.
531 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt,
541 if ((FE = HeaderInfo.LookupSubframeworkHeader(
1318 if (HeaderInfo.HasIncludeAliasMap()) {
1322 StringRef NewName = HeaderInfo.MapHeaderToIncludeAlias(OriginalFilename);
1347 HeaderInfo.AddSearchPath(DL, isAngled);
1444 std::max(HeaderInfo.getFileDirFlavor(File),
1447 // Ask HeaderInfo if we should enter this #include file. If not, #including
1449 if (!HeaderInfo.ShouldEnterIncludeFile(File, isImport)) {