Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp866 case ObjCMethodFamilyAttr::OMF_None: family = OMF_None; break; in getMethodFamily()
879 case OMF_None: break; in getMethodFamily()
885 family = OMF_None; in getMethodFamily()
895 family = OMF_None; in getMethodFamily()
907 family = OMF_None; in getMethodFamily()
912 family = OMF_None; in getMethodFamily()
917 family = OMF_None; in getMethodFamily()
921 family = OMF_None; in getMethodFamily()
926 family = OMF_None; in getMethodFamily()
933 family = OMF_None; in getMethodFamily()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp473 if (!first) return OMF_None; in getMethodFamilyImpl()
493 if (name.empty()) return OMF_None; in getMethodFamilyImpl()
514 return OMF_None; in getMethodFamilyImpl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h536 OMF_None, enumerator
HDAttr.td1074 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransUnbridgedCasts.cpp414 return OMF_None; in getFamilyOfMessage()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp200 case OMF_None: in CheckARCMethodDecl()
351 case OMF_None: in ActOnStartOfObjCMethodDef()
2359 assert(implFamily == OMF_None || declFamily == OMF_None); in checkMethodFamilyMismatch()
2368 if (declFamily == OMF_None) { in checkMethodFamilyMismatch()
2382 case OMF_None: llvm_unreachable("logic error, no method convention"); in checkMethodFamilyMismatch()
4272 case OMF_None: in ActOnMethodDeclaration()
HDSemaExprObjC.cpp1200 case OMF_None: in ParseObjCSelectorExpression()
2869 case OMF_None: in BuildInstanceMessage()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp1409 case OMF_None: in getStandardMethodSummary()