Home
last modified time | relevance | path

Searched refs:UseLibcxx (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h190 unsigned UseLibcxx : 1; variable
226 UseLibcxx(false), Verbose(false), in Sysroot()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp183 Inv->getHeaderSearchOpts().UseLibcxx = true; in BuildCompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp457 if (HSOpts.UseLibcxx) { in AddDefaultIncludePaths()
H A DFrontendActions.cpp614 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions()
H A DCompilerInvocation.cpp2824 if (Opts.UseLibcxx) in GenerateHeaderSearchArgs()
2954 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0); in ParseHeaderSearchArgs()
4530 hsOpts.UseLibcxx, in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1328 Record.push_back(HSOpts.UseLibcxx); in WriteControlBlock()
H A DASTReader.cpp5863 HSOpts.UseLibcxx = Record[Idx++]; in ParseHeaderSearchOptions()