Searched refs:lbrac (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1713 bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, in CheckMessageArgumentTypes() argument 1720 SelLoc = lbrac; in CheckMessageArgumentTypes()
|
H A D | SemaChecking.cpp | 6107 bool Sema::CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation lbrac, in CheckObjCMethodCall() argument 6113 /*IsMemberFunction=*/false, lbrac, Method->getSourceRange(), in CheckObjCMethodCall() 6116 CheckTCBEnforcement(lbrac, Method); in CheckObjCMethodCall()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 12768 bool isSuperMessage, SourceLocation lbrac,
|