Home
last modified time | relevance | path

Searched refs:CheckObjCMethodCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h122 bool CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation loc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1245 bool SemaObjC::CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation lbrac, in CheckObjCMethodCall() function in clang::SemaObjC
H A DSemaExprObjC.cpp1929 CheckObjCMethodCall(Method, SelLoc, ArrayRef(Args.data(), Args.size())); in CheckMessageArgumentTypes()