Home
last modified time | relevance | path

Searched refs:OMF_None (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp715 case ObjCMethodFamilyAttr::OMF_None: family = OMF_None; break; in getMethodFamily()
728 case OMF_None: break; in getMethodFamily()
734 family = OMF_None; in getMethodFamily()
744 family = OMF_None; in getMethodFamily()
756 family = OMF_None; in getMethodFamily()
762 family = OMF_None; in getMethodFamily()
766 family = OMF_None; in getMethodFamily()
771 family = OMF_None; in getMethodFamily()
778 family = OMF_None; in getMethodFamily()
1007 if (!isInstanceMethod() || getMethodFamily() != OMF_None) in findPropertyDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp412 if (!first) return OMF_None; in getMethodFamilyImpl()
431 if (name.empty()) return OMF_None; in getMethodFamilyImpl()
452 return OMF_None; in getMethodFamilyImpl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp199 case OMF_None: in CheckARCMethodDecl()
356 case OMF_None: in ActOnStartOfObjCMethodDef()
1460 assert(implFamily == OMF_None || declFamily == OMF_None); in checkMethodFamilyMismatch()
1469 if (declFamily == OMF_None) { in checkMethodFamilyMismatch()
1483 case OMF_None: llvm_unreachable("logic error, no method convention"); in checkMethodFamilyMismatch()
3278 case OMF_None: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1022 case OMF_None: in ParseObjCSelectorExpression()
2478 case OMF_None: in BuildInstanceMessage()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h548 OMF_None, enumerator
DAttr.td586 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp413 return OMF_None; in getFamilyOfMessage()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1302 case OMF_None: in getStandardMethodSummary()