HomeSort by: relevance | last modified time | path
    Searched refs:getNSUIntegerType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1784 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType());
1786 Args.add(RValue::get(Count), getContext().getNSUIntegerType());
1791 getContext().getNSUIntegerType(),
2000 getContext().getNSUIntegerType(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1768 CanQualType getNSUIntegerType() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6803 CanQualType ASTContext::getNSUIntegerType() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 8695 .Case("NSUInteger", Context.getNSUIntegerType())

Completed in 38 milliseconds