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

/external/clang/include/clang/AST/
H A DStmt.h818 class AttributedStmt : public Stmt { class in namespace:clang
825 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt) function in class:clang::AttributedStmt
831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) function in class:clang::AttributedStmt
842 static AttributedStmt *Create(const ASTContext &C, SourceLocation Loc,
845 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);

Completed in 124 milliseconds