Lines Matching refs:Header
317 // DefinedMacro may not be header guard, or can be header guard of
318 // another header file. Therefore, it maybe defining something
320 // handling feature macros or header guards in different files.
329 // Emit a warning for a bad header guard.
477 // If we are building a module that has an umbrella header, make sure that
478 // each of the headers within the directory covered by the umbrella header
479 // was actually included by the umbrella header.
502 if (const FileEntry *Header =
504 if (!getSourceManager().hasFileInfo(Header)) {
505 if (!ModMap.isHeaderInUnavailableModule(Header)) {
506 // Find the relative path that would access this header.
508 computeRelativePath(FileMgr, Dir, Header, RelativePath);