Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1261 static const std::nullopt_t DefaultAST; variable
1270 return DefaultAST; in InferIsolatedASTKindFromLangOpts()
1284 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
H A DTypeSystemClang.cpp9663 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt; member in ScratchTypeSystemClang
9700 if (ast_kind == DefaultAST) in GetForTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp81 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()