Home
last modified time | relevance | path

Searched defs:HeaderType (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h26 enum class HeaderType { enum
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp333 FatHeaderType HeaderType) { in writeUniversalBinaryToStream()
354 FatHeaderType HeaderType) { in writeUniversalBinary()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp57 bool ShouldShowHeader(SrcMgr::CharacteristicKind HeaderType) { in ShouldShowHeader()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4087 const types::ID HeaderType = lookupHeaderTypeForSourceType(InputType); in handleArguments() local