HomeSort by relevance Sort by last modified time
    Searched refs:copied_clang_type (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1893 ClangASTType copied_clang_type = GuardedCopyType(ut); local
1943 ClangASTType copied_clang_type = GuardedCopyType(ut); local
    [all...]
ClangASTSource.cpp 701 ClangASTType copied_clang_type (GuardedCopyType(full_type));
703 if (!copied_clang_type)
712 context.AddTypeDecl(copied_clang_type);
752 ClangASTType copied_clang_type (GuardedCopyType(types[0]));
754 if (!copied_clang_type)
763 context.AddTypeDecl(copied_clang_type);
    [all...]

Completed in 177 milliseconds