Searched defs:AttributedStmt (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Stmt.h | 818 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 844 static AttributedStmt *Create(const ASTContext &C, SourceLocation Loc, 847 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs); |
Completed in 312 milliseconds