Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h163 OK_ObjCSubscript, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp172 case OK_ObjCSubscript: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2306 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
H A DSemaExprObjC.cpp796 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()