Home
last modified time | relevance | path

Searched defs:MK (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDNSAPI.cpp140 NSArrayMethodKind MK = NSArrayMethodKind(i); in getNSArrayMethodKind() local
228 NSDictionaryMethodKind MK = NSDictionaryMethodKind(i); in getNSDictionaryMethodKind() local
277 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind() local
285 Selector NSAPI::getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in getNSNumberLiteralSelector()
340 NSNumberLiteralMethodKind MK = NSNumberLiteralMethodKind(i); in getNSNumberLiteralMethodKind() local
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMoveChecker.cpp76 static bool misuseCausesCrash(MisuseKind MK) { in misuseCausesCrash()
159 const CXXRecordDecl *RD, MisuseKind MK) in MovedBugVisitor()
183 const MisuseKind MK; member in __anon1ceef7590211::MoveChecker::MovedBugVisitor
351 const CXXRecordDecl *RD, MisuseKind MK, in modelUse()
614 MisuseKind MK = CtorDec->isMoveConstructor() ? MK_Move : MK_Copy; in checkPreCall() local
664 MisuseKind MK = in checkPreCall() local
/freebsd-head/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp779 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
987 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDNSAPI.h199 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in isNSNumberLiteralSelector()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndexDiscovery.cpp24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual() local
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp1012 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex() local
1045 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex() local
1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex() local
/freebsd-head/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPContext.cpp153 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper() local
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp819 static StringRef ModuleKindName(Module::ModuleKind MK) { in ModuleKindName()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h728 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord()