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

  /external/lldb/source/Symbol/
ClangASTContext.cpp 566 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty))
567 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr());
761 clang_type = ast->UnsignedInt128Ty.getAsOpaquePtr();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 781 CanQualType UnsignedLongLongTy, UnsignedInt128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaType.cpp 858 Result = Context.UnsignedInt128Ty;
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 388 milliseconds