Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1234 static const std::nullopt_t DefaultAST; variable
1243 return DefaultAST; in InferIsolatedASTKindFromLangOpts()
1257 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
H A DTypeSystemClang.cpp9449 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt; member in ScratchTypeSystemClang
9486 if (ast_kind == DefaultAST) in GetForTarget()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp82 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()