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

/external/clang/include/clang/AST/
H A DExprObjC.h386 /// ObjCSelectorExpr used for \@selector in Objective-C.
387 class ObjCSelectorExpr : public Expr { class in namespace:clang
391 ObjCSelectorExpr(QualType T, Selector selInfo, function in class:clang::ObjCSelectorExpr
396 explicit ObjCSelectorExpr(EmptyShell Empty) function in class:clang::ObjCSelectorExpr

Completed in 181 milliseconds