27 First->HasInclude(Loc, FileName, IsAngled,
File, FileType);
28 Second->HasInclude(Loc, FileName, IsAngled,
File, FileType);
Defines the clang::FileManager interface and associated types.
Defines the PPCallbacks interface.
virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, OptionalFileEntryRef File, SrcMgr::CharacteristicKind FileType)
Hook called when a '__has_include' or '__has_include_next' directive is read.
void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, OptionalFileEntryRef File, SrcMgr::CharacteristicKind FileType) override
Hook called when a '__has_include' or '__has_include_next' directive is read.
~PPChainedCallbacks() override
Encodes a location in the source.
CharacteristicKind
Indicates whether a file or directory holds normal user code, system code, or system code which is im...