Searched refs:isObjCSelType (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp57 T->isObjCSelType())
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1694 bool isObjCSelType() const; // Class
5411 inline bool Type::isObjCSelType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5417 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2224 bool isObjCSelType(QualType T) const { function in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp954 if (!ArgT->isObjCSelType()) {
H A DASTContext.cpp5581 if (PT->isObjCSelType()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1570 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) {
H A DSemaCast.cpp1716 if (SrcPtrTy->isObjCSelType()) {
H A DSemaExpr.cpp6569 if (Context.isObjCSelType(LHSTy) &&
6574 if (Context.isObjCSelType(RHSTy) &&

Completed in 148 milliseconds