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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 4194 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2090 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 9363 LHSType->isBlockCompatibleObjCPointerType(Context)) {
12032 RHSType->isBlockCompatibleObjCPointerType(Context)) {
12037 LHSType->isBlockCompatibleObjCPointerType(Context) &&
SemaType.cpp 991 if (bound->isBlockCompatibleObjCPointerType(S.Context))

Completed in 68 milliseconds