Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHeaderInclude.h27 enum HeaderIncludeFilteringKind { HIFIL_None, HIFIL_Only_Direct_System }; enumerator
42 .Case("only-direct-system", {true, HIFIL_Only_Direct_System}) in stringToHeaderIncludeFiltering()
65 case HIFIL_Only_Direct_System: in headerIncludeFilteringKindToString()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp166 Filtering != HIFIL_Only_Direct_System)) { in SetBackdoorDriverOutputsFromEnvVars()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2327 Opts.HeaderIncludeFiltering != HIFIL_Only_Direct_System)) in ParseDependencyOutputArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7429 Values<"none,only-direct-system">, NormalizedValues<["HIFIL_None", "HIFIL_Only_Direct_System"]>,