Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h91 DeclGroup &getDeclGroup() { in getDeclGroup() function
95 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
96 return const_cast<DeclGroupRef*>(this)->getDeclGroup(); in getDeclGroup()
102 return &getDeclGroup()[0]; in begin()
108 DeclGroup &G = getDeclGroup(); in end()
115 return &getDeclGroup()[0]; in begin()
121 const DeclGroup &G = getDeclGroup(); in end()
H A DStmt.h1309 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
1310 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp373 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
377 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp614 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
2148 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
H A DCalledOnceCheck.cpp1608 for (const auto *Declaration : DS->getDeclGroup()) { in VisitDeclStmt()
H A DThreadSafetyCommon.cpp613 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp276 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4390 DeclGroupRef DeclGroup = DeclStmtPtr->getDeclGroup(); in EmitDeclare()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6102 auto ToDG = importChecked(Err, S->getDeclGroup()); in VisitDeclStmt()