reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/ClangUtil.h
   24   static bool IsClangType(const CompilerType &ct);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  347           if (!ClangUtil::IsClangType(clang_type))
  385         if (!ClangUtil::IsClangType(clang_type))
 2220   if (ClangUtil::IsClangType(clang_type)) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 2088   if (!result_type || !ClangUtil::IsClangType(result_type))
 2100       const bool is_clang_type = ClangUtil::IsClangType(args[i]);
 3617   if (ClangUtil::IsClangType(type))
 9742   if (ClangUtil::IsClangType(type)) {
tools/lldb/source/Symbol/ClangASTImporter.cpp
  405   if (!ClangUtil::IsClangType(type))
  482   if (!ClangUtil::IsClangType(type))
tools/lldb/source/Symbol/ClangUtil.cpp
   29   if (!IsClangType(ct))
   36   if (!IsClangType(ct))
   43   if (!IsClangType(ct))
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  243   EXPECT_TRUE(ClangUtil::IsClangType(bool_type));
  244   EXPECT_TRUE(ClangUtil::IsClangType(record_type));
  247   EXPECT_FALSE(ClangUtil::IsClangType(CompilerType()));