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

/external/clang/include/clang/AST/
H A DExprObjC.h381 /// ObjCSelectorExpr used for \@selector in Objective-C.
382 class ObjCSelectorExpr : public Expr { class in namespace:clang
386 ObjCSelectorExpr(QualType T, Selector selInfo, function in class:clang::ObjCSelectorExpr
391 explicit ObjCSelectorExpr(EmptyShell Empty) function in class:clang::ObjCSelectorExpr
412 static bool classof(const ObjCSelectorExpr *) { return true; }

Completed in 38 milliseconds