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

/external/clang/include/clang/AST/
H A DDeclGroup.h95 DeclGroup &getDeclGroup() {
99 const DeclGroup &getDeclGroup() const {
100 return const_cast<DeclGroupRef*>(this)->getDeclGroup();
106 return &getDeclGroup()[0];
112 DeclGroup &G = getDeclGroup();
119 return &getDeclGroup()[0];
125 const DeclGroup &G = getDeclGroup();
H A DStmt.h464 const DeclGroupRef getDeclGroup() const { return DG; } function in class:clang::DeclStmt
465 DeclGroupRef getDeclGroup() { return DG; } function in class:clang::DeclStmt
/external/clang/tools/libclang/
H A DIndexBody.cpp136 IndexCtx.indexDeclGroupRef(S->getDeclGroup());
140 DeclGroupRef DG = S->getDeclGroup();
/external/lldb/source/Expression/
H A DASTStructExtractor.cpp83 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup();
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp406 DeclGroupRef DGrp = S->getDeclGroup();
H A DThreadSafety.cpp1160 DeclGroupRef DGrp = S->getDeclGroup();
2214 for (auto *D : S->getDeclGroup()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp216 DeclGroupRef DG = S->getDeclGroup();

Completed in 330 milliseconds