Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclGroup.h91 DeclGroup &getDeclGroup() { in getDeclGroup() function
95 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
DStmt.h1309 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
1310 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/external/clang/include/clang/AST/
DDeclGroup.h94 DeclGroup &getDeclGroup() { in getDeclGroup() function
98 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
DStmt.h464 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
465 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function