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

/external/clang/tools/libclang/
H A DCXType.cpp107 else if (Ctx.isObjCSelType(UnqualT))
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp58 T->isObjCSelType())
/external/clang/include/clang/AST/
H A DASTContext.h1800 bool isObjCSelType(QualType T) const { function in class:clang::ASTContext
H A DType.h1535 bool isObjCSelType() const; // Class
4876 inline bool Type::isObjCSelType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4882 return isObjCIdType() || isObjCClassType() || isObjCSelType();
/external/clang/lib/AST/
H A DDeclObjC.cpp617 if (!ArgT->isObjCSelType()) {
H A DTypePrinter.cpp1214 else if (T->isObjCSelType())
H A DASTContext.cpp4797 if (PT->isObjCSelType()) {
/external/clang/lib/Sema/
H A DSemaCast.cpp1483 if (SrcPtrTy->isObjCSelType()) {
H A DSemaExprMember.cpp1442 !Context.getObjCSelRedefinitionType()->isObjCSelType()) {
H A DSemaExpr.cpp5046 if (Context.isObjCSelType(LHSTy) &&
5051 if (Context.isObjCSelType(RHSTy) &&

Completed in 277 milliseconds