Home
last modified time | relevance | path

Searched refs:all_headers (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/cmake/modules/
H A DLLVMProcessSources.cmake43 list(APPEND all_headers ${hds})
47 list(APPEND all_headers ${hds})
49 list(APPEND all_headers ${hds})
52 set( ${hdrs_out} ${all_headers} PARENT_SCOPE )
/llvm-project/clang/tools/include-mapping/
H A Dcppreference_parser.py55 all_headers = set()
89 all_headers.add(header_code.text)
91 return headers or all_headers
/llvm-project/libcxx/test/libcxx/lint/
H A Dlint_headers.sh.py46 all_headers = [ variable
56 for fname in all_headers:
/llvm-project/libcxx/utils/libcxx/
H A Dheader_information.py154 all_headers = [Header(p.relative_to(libcxx_include).as_posix()) for p in libcxx_include.rglob("[_a-z]*") if _is_header_file(p)]
155 all_headers += [Header("__config_site"), Header("__assertion_handler")] # Headers generated during the build process
156 public_headers = [h for h in all_headers if h.is_public()]
157 module_headers = [h for h in all_headers if h.has_cxx20_module()]
158 module_c_headers = [h for h in all_headers if h.has_cxx20_module() and h.is_cstd()]
199 all_headers = sorted( global() variable
/llvm-project/libcxx/utils/
H A Dgenerate_iwyu_mapping.py74 for header in libcxx.header_information.all_headers:
/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td30 def all_headers : Flag<["--"], "all-headers">,
33 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">;