Searched refs:UseLibcxx (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 159 unsigned UseLibcxx : 1; variable 181 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | HeaderSearchOptions.h | 208 unsigned UseLibcxx : 1; 271 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | HeaderSearchOptions.h | 208 unsigned UseLibcxx : 1; 275 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | HeaderSearchOptions.h | 208 unsigned UseLibcxx : 1; 275 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | HeaderSearchOptions.h | 208 unsigned UseLibcxx : 1; 279 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 457 if (HSOpts.UseLibcxx) { in AddDefaultIncludePaths()
|
H A D | FrontendActions.cpp | 547 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions()
|
H A D | CompilerInvocation.cpp | 1359 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0); in ParseHeaderSearchArgs() 2458 hsOpts.UseLibcxx); in getModuleHash()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1457 Record.push_back(HSOpts.UseLibcxx); in WriteControlBlock()
|
H A D | ASTReader.cpp | 4805 HSOpts.UseLibcxx = Record[Idx++]; in ParseHeaderSearchOptions()
|