Home
last modified time | relevance | path

Searched refs:HeaderIncludeFiltering (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h58 HeaderIncludeFilteringKind HeaderIncludeFiltering = HIFIL_None; variable
94 HeaderIncludeFiltering(HIFIL_None) {} in DependencyOutputOptions()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp180 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen()
196 assert(DepOpts.HeaderIncludeFiltering == HIFIL_Only_Direct_System && in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2325 Opts.HeaderIncludeFiltering != HIFIL_None) || in ParseFileSystemArgs()
2327 Opts.HeaderIncludeFiltering != HIFIL_Only_Direct_System)) in ParseFileSystemArgs()
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7430 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFiltering">, "HIFIL_None">;