Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclGroup.h95 DeclGroup &getDeclGroup() { in getDeclGroup() function
99 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
100 return const_cast<DeclGroupRef*>(this)->getDeclGroup(); in getDeclGroup()
106 return &getDeclGroup()[0]; in begin()
112 DeclGroup &G = getDeclGroup(); in end()
119 return &getDeclGroup()[0]; in begin()
125 const DeclGroup &G = getDeclGroup(); in end()
DStmt.h465 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
466 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/external/clang/tools/libclang/
DIndexBody.cpp136 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
140 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/external/lldb/source/Expression/
DASTStructExtractor.cpp83 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
/external/clang/lib/Analysis/
DThreadSafety.cpp564 DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
1980 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
DThreadSafetyCommon.cpp605 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp216 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()