HomeSort by: relevance | last modified time | path
    Searched refs:isObjCSelType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 101 T->isObjCSelType())
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 150 else if (Ctx.isObjCSelType(UnqualT))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2091 bool isObjCSelType() const; // Class
6842 inline bool Type::isObjCSelType() const {
6849 return isObjCIdType() || isObjCClassType() || isObjCSelType();
ASTContext.h 2675 bool isObjCSelType(QualType T) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 1622 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) {
SemaCast.cpp 2031 if (SrcPtrTy->isObjCSelType()) {
SemaExpr.cpp 8412 if (Context.isObjCSelType(LHSTy) &&
8417 if (Context.isObjCSelType(RHSTy) &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1071 if (!ArgT->isObjCSelType()) {
ASTContext.cpp 7445 if (PT->isObjCSelType()) {

Completed in 111 milliseconds