Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h141 OK_ObjCSubscript, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp169 case OK_ObjCSubscript: in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2237 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
H A DSemaExprObjC.cpp789 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()