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

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

Completed in 63 milliseconds