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.h1286 static const std::nullopt_t DefaultAST; variable
1295 return DefaultAST; in InferIsolatedASTKindFromLangOpts()
1309 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
H A DTypeSystemClang.cpp9588 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt; member in ScratchTypeSystemClang
9625 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()