Searched defs:getHeaderSearchOpts (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h95 HeaderSearchOptions &getHeaderSearchOpts() { return *HeaderSearchOpts; } function in class:clang::CompilerInvocationBase
97 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h292 HeaderSearchOptions &getHeaderSearchOpts() { function in class:clang::CompilerInstance
295 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::CompilerInstance
H A DASTUnit.h466 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::ASTUnit
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h262 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } function in class:clang::HeaderSearch
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h676 const HeaderSearchOptions &getHeaderSearchOpts() function in class:clang::CodeGen::CodeGenModule

Completed in 78 milliseconds