Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h136 OK_ObjCSubscript enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h141 OK_ObjCSubscript, enumerator
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp169 case OK_ObjCSubscript: in Visit()
/external/clang/lib/Sema/
DSemaCast.cpp1916 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
/external/clang/lib/AST/
DASTDumper.cpp1876 case OK_ObjCSubscript: in VisitExpr()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2141 case OK_ObjCSubscript: inappropriate = "container subscripting expression"; in TryReinterpretCast()
DSemaExprObjC.cpp789 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()