Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp71 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp370 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
374 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1608 for (const auto *Declaration : DS->getDeclGroup()) { in VisitDeclStmt()
H A DThreadSafetyCommon.cpp614 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
H A DThreadSafety.cpp614 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
2150 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp276 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4368 DeclGroupRef DeclGroup = DeclStmtPtr->getDeclGroup(); in EmitDeclare()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8985 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()
12608 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) in checkTransformableLoopNest()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6231 auto ToDG = importChecked(Err, S->getDeclGroup()); in VisitDeclStmt()