Home
last modified time | relevance | path

Searched refs:IsolatedASTKind (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1157 enum IsolatedASTKind { enum
1171 static std::optional<IsolatedASTKind>
1176 return IsolatedASTKind::CppModules; in InferIsolatedASTKindFromLangOpts()
1191 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
1241 TypeSystemClang &GetIsolatedAST(IsolatedASTKind feature);
DTypeSystemClang.cpp9947 std::optional<IsolatedASTKind> ast_kind, in GetForTarget()
9971 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9973 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9993 IsolatedASTKind kind = in Dump()
9994 static_cast<ScratchTypeSystemClang::IsolatedASTKind>(a.first); in Dump()
10061 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) { in GetSpecializedASTName()
10063 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
10070 ScratchTypeSystemClang::IsolatedASTKind feature) { in GetIsolatedAST()