Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h151 OK_ObjCSubscript, enumerator
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp170 case OK_ObjCSubscript: in Visit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2250 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
H A DSemaExprObjC.cpp789 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()