Home
last modified time | relevance | path

Searched refs:isObjCIdOrObjectKindOfType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DType.cpp470 bool Type::isObjCIdOrObjectKindOfType(const ASTContext &ctx, in isObjCIdOrObjectKindOfType() function in Type
/external/clang/include/clang/AST/
DType.h1680 bool isObjCIdOrObjectKindOfType(const ASTContext &ctx,
/external/clang/lib/Sema/
DSemaExprObjC.cpp2629 bool receiverIsIdLike = ReceiverType->isObjCIdOrObjectKindOfType(Context, in BuildInstanceMessage()