Home
last modified time | relevance | path

Searched defs:ObjCSelectorExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h386 ObjCSelectorExpr(QualType T, Selector selInfo, in ObjCSelectorExpr() function
391 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() function
412 static bool classof(const ObjCSelectorExpr *) { return true; } in classof()