/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 140 NSArrayMethodKind MK = NSArrayMethodKind(i); getNSArrayMethodKind() local 228 NSDictionaryMethodKind MK = NSDictionaryMethodKind(i); getNSDictionaryMethodKind() local 277 NSSetMethodKind MK = NSSetMethodKind(i); getNSSetMethodKind() local 285 getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,bool Instance) const getNSNumberLiteralSelector() argument 340 NSNumberLiteralMethodKind MK = NSNumberLiteralMethodKind(i); getNSNumberLiteralMethodKind() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 76 misuseCausesCrash(MisuseKind MK) misuseCausesCrash() argument 159 MovedBugVisitor(const MoveChecker & Chk,const MemRegion * R,const CXXRecordDecl * RD,MisuseKind MK) MovedBugVisitor() argument 183 const MisuseKind MK; global() member in __anon819b8e0d0211::MoveChecker::MovedBugVisitor 351 modelUse(ProgramStateRef State,const MemRegion * Region,const CXXRecordDecl * RD,MisuseKind MK,CheckerContext & C) const modelUse() argument 614 MisuseKind MK = CtorDec->isMoveConstructor() ? MK_Move : MK_Copy; checkPreCall() local 664 MisuseKind MK = checkPreCall() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | NSAPI.h | 199 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in isNSNumberLiteralSelector()
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 779 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local 987 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 153 MatchKind MK = MK_ALL; isVariantApplicableInContextHelper() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 1012 NSAPI::NSArrayMethodKind MK = *MKOpt; GetNSMutableArrayArgumentIndex() local 1045 NSAPI::NSDictionaryMethodKind MK = *MKOpt; GetNSMutableDictionaryArgumentIndex() local 1079 NSAPI::NSSetMethodKind MK = *MKOpt; GetNSSetArgumentIndex() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 819 ModuleKindName(Module::ModuleKind MK) ModuleKindName() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 728 OneMethodRecord(TypeIndex Type,MemberAccess Access,MethodKind MK,MethodOptions Options,int32_t VFTableOffset,StringRef Name) OneMethodRecord() argument
|