Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1125 enum IsolatedASTKind { enum
1139 static llvm::Optional<IsolatedASTKind>
1144 return IsolatedASTKind::CppModules; in InferIsolatedASTKindFromLangOpts()
1159 llvm::Optional<IsolatedASTKind> ast_kind = DefaultAST,
1209 TypeSystemClang &GetIsolatedAST(IsolatedASTKind feature);
H A DTypeSystemClang.cpp9841 llvm::Optional<IsolatedASTKind> ast_kind, in GetForTarget()
9861 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9863 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9883 IsolatedASTKind kind = in Dump()
9884 static_cast<ScratchTypeSystemClang::IsolatedASTKind>(a.first); in Dump()
9951 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) { in GetSpecializedASTName()
9953 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
9960 ScratchTypeSystemClang::IsolatedASTKind feature) { in GetIsolatedAST()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp957 ScratchTypeSystemClang::IsolatedASTKind::CppModules, in TEST()