Home
last modified time | relevance | path

Searched defs:getDeclGroup (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h95 DeclGroup &getDeclGroup() { in getDeclGroup() function
99 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
H A DStmt.h468 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
469 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function