Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h1317 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
1318 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DAliasing.cpp40 for (const Decl *D : DS->getDeclGroup()) { in isPtrOrReferenceForVar()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp71 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp374 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
378 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp143 for (auto *D : DS->getDeclGroup()) in initGlobalVars()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp301 for (const auto &Child : DS->getDeclGroup()) in lookupSiblingWithinEnclosingScope()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp610 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
2094 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
H A DCalledOnceCheck.cpp1608 for (const auto *Declaration : DS->getDeclGroup()) { in VisitDeclStmt()
H A DThreadSafetyCommon.cpp639 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp278 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4559 DeclGroupRef DeclGroup = DeclStmtPtr->getDeclGroup(); in EmitDeclare()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6341 auto ToDG = importChecked(Err, S->getDeclGroup()); in VisitDeclStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9515 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()
14522 cast<DeclStmt>(DependentPreInits)->getDeclGroup()); in checkTransformableLoopNest()