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.h1275 enum IsolatedASTKind { enum
1289 static std::optional<IsolatedASTKind>
1294 return IsolatedASTKind::CppModules; in InferIsolatedASTKindFromLangOpts()
1309 std::optional<IsolatedASTKind> ast_kind = DefaultAST,
1359 TypeSystemClang &GetIsolatedAST(IsolatedASTKind feature);
H A DTypeSystemClang.cpp9610 std::optional<IsolatedASTKind> ast_kind, in GetForTarget()
9634 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9636 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9657 IsolatedASTKind kind = in Dump()
9658 static_cast<ScratchTypeSystemClang::IsolatedASTKind>(a.first); in Dump()
9725 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) { in GetSpecializedASTName()
9727 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
9734 ScratchTypeSystemClang::IsolatedASTKind feature) { in GetIsolatedAST()