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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h801 class AttributedStmt : public Stmt { class in namespace:clang
809 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt) function in class:clang::AttributedStmt
815 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) function in class:clang::AttributedStmt

Completed in 25 milliseconds