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

/external/clang/include/clang/AST/
H A DStmt.h453 /// isSingleDecl - This method returns true if this DeclStmt refers
455 bool isSingleDecl() const { function in class:clang::DeclStmt
456 return DG.isSingleDecl();

Completed in 72 milliseconds