Home
last modified time | relevance | path

Searched refs:getDeclGroup (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DDeclGroup.h94 DeclGroup &getDeclGroup() { in getDeclGroup() function
98 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
99 return const_cast<DeclGroupRef*>(this)->getDeclGroup(); in getDeclGroup()
105 return &getDeclGroup()[0]; in begin()
111 DeclGroup &G = getDeclGroup(); in end()
118 return &getDeclGroup()[0]; in begin()
124 const DeclGroup &G = getDeclGroup(); in end()
DStmt.h464 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
465 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/external/clang/lib/Index/
DIndexBody.cpp263 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
267 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/external/clang/lib/Analysis/
DThreadSafety.cpp566 DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
1985 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
DThreadSafetyCommon.cpp588 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp228 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/external/clang/lib/AST/
DASTImporter.cpp4891 DeclGroupRef ToDG = ImportDeclGroup(S->getDeclGroup()); in VisitDeclStmt()