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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2683 bool ObjCQualifiedClassTypesAreCompatible(const ObjCObjectPointerType *LHS,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8769 /// ObjCQualifiedClassTypesAreCompatible - compare Class<pr,...> and
8771 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(
8937 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT));

Completed in 27 milliseconds