Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1250 enum IsolatedASTKind { enum
1264 static std::optional<IsolatedASTKind>
1269 return IsolatedASTKind::CppModules; in InferIsolatedASTKindFromLangOpts()
1284 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
1334 TypeSystemClang &GetIsolatedAST(IsolatedASTKind feature);
H A DTypeSystemClang.cpp9685 std::optional<IsolatedASTKind> ast_kind, in GetForTarget()
9709 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9711 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9731 IsolatedASTKind kind = in Dump()
9732 static_cast<ScratchTypeSystemClang::IsolatedASTKind>(a.first); in Dump()
9799 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) { in GetSpecializedASTName()
9801 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
9808 ScratchTypeSystemClang::IsolatedASTKind feature) { in GetIsolatedAST()