Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1223 enum IsolatedASTKind { enum
1237 static std::optional<IsolatedASTKind>
1242 return IsolatedASTKind::CppModules; in InferIsolatedASTKindFromLangOpts()
1257 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
1307 TypeSystemClang &GetIsolatedAST(IsolatedASTKind feature);
H A DTypeSystemClang.cpp9471 std::optional<IsolatedASTKind> ast_kind, in GetForTarget()
9495 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9497 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9517 IsolatedASTKind kind = in Dump()
9518 static_cast<ScratchTypeSystemClang::IsolatedASTKind>(a.first); in Dump()
9585 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) { in GetSpecializedASTName()
9587 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
9594 ScratchTypeSystemClang::IsolatedASTKind feature) { in GetIsolatedAST()