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

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

Completed in 368 milliseconds