Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h159 unsigned UseLibcxx : 1; variable
181 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h190 unsigned UseLibcxx : 1; variable
226 UseLibcxx(false), Verbose(false), in Sysroot()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp183 Inv->getHeaderSearchOpts().UseLibcxx = true; in BuildCompilerInstance()
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp457 if (HSOpts.UseLibcxx) { in AddDefaultIncludePaths()
DFrontendActions.cpp620 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions()
DCompilerInvocation.cpp2206 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0); in ParseHeaderSearchArgs()
3999 hsOpts.UseLibcxx, in getModuleHash()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp457 if (HSOpts.UseLibcxx) { in AddDefaultIncludePaths()
DFrontendActions.cpp547 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions()
DCompilerInvocation.cpp1359 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0); in ParseHeaderSearchArgs()
2458 hsOpts.UseLibcxx); in getModuleHash()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp545 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
559 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
/external/clang/lib/Serialization/
DASTWriter.cpp1457 Record.push_back(HSOpts.UseLibcxx); in WriteControlBlock()
DASTReader.cpp4805 HSOpts.UseLibcxx = Record[Idx++]; in ParseHeaderSearchOptions()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1327 Record.push_back(HSOpts.UseLibcxx); in WriteControlBlock()
DASTReader.cpp5836 HSOpts.UseLibcxx = Record[Idx++]; in ParseHeaderSearchOptions()