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

/external/clang/include/clang/AST/
H A DStmt.h800 class AttributedStmt : public Stmt { class in namespace:clang
808 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt) function in class:clang::AttributedStmt
814 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) function in class:clang::AttributedStmt
820 static AttributedStmt *Create(ASTContext &C, SourceLocation Loc,
823 static AttributedStmt *CreateEmpty(ASTContext &C, unsigned NumAttrs);
840 static bool classof(const AttributedStmt *) { return true; }

Completed in 122 milliseconds