Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclGroup.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()
HDStmt.h1515 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
1516 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTStructExtractor.cpp71 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp388 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
392 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp609 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
2119 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
HDCalledOnceCheck.cpp1609 for (const auto *Declaration : DS->getDeclGroup()) { in VisitDeclStmt()
HDThreadSafetyCommon.cpp659 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp343 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4891 DeclGroupRef DeclGroup = DeclStmtPtr->getDeclGroup(); in EmitDeclare()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp14083 PreInits.push_back(new (Context) DeclStmt(RangeStmt->getDeclGroup(), in addLoopPreInits()
14088 PreInits.push_back(new (Context) DeclStmt(RangeEnd->getDeclGroup(), in addLoopPreInits()
14098 PI->getDeclGroup(), PI->getBeginLoc(), PI->getEndLoc())); in addLoopPreInits()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6828 auto ToDG = importChecked(Err, S->getDeclGroup()); in VisitDeclStmt()