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

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

Completed in 637 milliseconds