Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h141 OK_ObjCSubscript enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp153 case OK_ObjCSubscript: in Visit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2032 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
H A DSemaExprObjC.cpp767 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()