Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h92 DeclGroup &getDeclGroup() { in getDeclGroup() function
96 const DeclGroup &getDeclGroup() const { in getDeclGroup() function
97 return const_cast<DeclGroupRef*>(this)->getDeclGroup(); in getDeclGroup()
103 return &getDeclGroup()[0]; in begin()
109 DeclGroup &G = getDeclGroup(); in end()
116 return &getDeclGroup()[0]; in begin()
122 const DeclGroup &G = getDeclGroup(); in end()
H A DStmt.h1161 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function
1162 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp72 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp374 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
378 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp610 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()
2135 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
H A DThreadSafetyCommon.cpp610 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp268 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5616 auto Imp = importSeq(S->getDeclGroup(), S->getBeginLoc(), S->getEndLoc()); in VisitDeclStmt()