Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2180 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType() local
2181 lldbassert(is_clang_type); in CreateFunctionType()
2182 if (is_clang_type) in CreateFunctionType()