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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2665 bool typesAreBlockPointerCompatible(QualType, QualType);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9103 return ctx.typesAreBlockPointerCompatible(lhs, rhs);
9371 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 9018 if (!S.Context.typesAreBlockPointerCompatible(
9022 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType))

Completed in 38 milliseconds