Home
last modified time | relevance | path

Searched refs:DefaultAST (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1168 static const std::nullopt_t DefaultAST; variable
1177 return DefaultAST; in InferIsolatedASTKindFromLangOpts()
1191 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
H A DTypeSystemClang.cpp9925 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt; member in ScratchTypeSystemClang
9962 if (ast_kind == DefaultAST) in GetForTarget()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp82 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()