ΒΆvoid ApplyHeaderSearchOptions(
    clang::HeaderSearch& HS,
    const clang::HeaderSearchOptions& HSOpts,
    const clang::LangOptions& Lang,
    const llvm::Triple& triple)

Description

Apply the header search options to get given HeaderSearch object.

Declared at: clang/include/clang/Lex/HeaderSearch.h:915

Parameters

clang::HeaderSearch& HS
const clang::HeaderSearchOptions& HSOpts
const clang::LangOptions& Lang
const llvm::Triple& triple