Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp612 bool Type::isObjCIdOrObjectKindOfType(const ASTContext &ctx, in isObjCIdOrObjectKindOfType() function in Type
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2075 bool isObjCIdOrObjectKindOfType(const ASTContext &ctx,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2814 bool receiverIsIdLike = ReceiverType->isObjCIdOrObjectKindOfType(Context, in BuildInstanceMessage()