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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp60 T->isObjCSelType())
/external/clang/tools/libclang/
H A DCXType.cpp111 else if (Ctx.isObjCSelType(UnqualT))
/external/clang/include/clang/AST/
H A DType.h1565 bool isObjCSelType() const; // Class
4982 inline bool Type::isObjCSelType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4988 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2011 bool isObjCSelType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DDeclObjC.cpp862 if (!ArgT->isObjCSelType()) {
H A DTypePrinter.cpp1286 assert(!T->isObjCSelType());
H A DASTContext.cpp5257 if (PT->isObjCSelType()) {
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1534 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) {
H A DSemaCast.cpp1666 if (SrcPtrTy->isObjCSelType()) {
H A DSemaExpr.cpp5838 if (Context.isObjCSelType(LHSTy) &&
5843 if (Context.isObjCSelType(RHSTy) &&

Completed in 3706 milliseconds