Home
last modified time | relevance | path

Searched refs:OK_ObjCSubscript (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h163 OK_ObjCSubscript, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp172 case OK_ObjCSubscript: in Visit()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp2306 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
HDSemaExprObjC.cpp796 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()