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

/external/clang/include/clang/AST/
H A DStmt.h438 /// DeclStmt - Adaptor class for mixing declarations with statements and
443 class DeclStmt : public Stmt { class in namespace:clang
448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, function in class:clang::DeclStmt
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } function in class:clang::DeclStmt
455 /// isSingleDecl - This method returns true if this DeclStmt refers
893 /// If this IfStmt has a condition variable, return the faux DeclStmt
895 const DeclStmt *getConditionVariableDeclStmt() const {
896 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
966 /// If this SwitchStmt has a condition variable, return the faux DeclStmt
968 const DeclStmt *getConditionVariableDeclStm
[all...]

Completed in 127 milliseconds