OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclGroup
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclGroup.h
91
DeclGroup &
getDeclGroup
() {
95
const DeclGroup &
getDeclGroup
() const {
96
return const_cast<DeclGroupRef*>(this)->
getDeclGroup
();
102
return &
getDeclGroup
()[0];
108
DeclGroup &G =
getDeclGroup
();
115
return &
getDeclGroup
()[0];
121
const DeclGroup &G =
getDeclGroup
();
Stmt.h
1309
const DeclGroupRef
getDeclGroup
() const { return DG; }
1310
DeclGroupRef
getDeclGroup
() { return DG; }
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
373
IndexCtx.indexDeclGroupRef(S->
getDeclGroup
());
377
DeclGroupRef DG = S->
getDeclGroup
();
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
1608
for (const auto *Declaration : DS->
getDeclGroup
()) {
ThreadSafety.cpp
614
const DeclGroupRef DGrp = S->
getDeclGroup
();
2148
for (auto *D : S->
getDeclGroup
()) {
ThreadSafetyCommon.cpp
613
DeclGroupRef DGrp = S->
getDeclGroup
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
276
DeclGroupRef DG = S->
getDeclGroup
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
4390
DeclGroupRef DeclGroup = DeclStmtPtr->
getDeclGroup
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6102
auto ToDG = importChecked(Err, S->
getDeclGroup
());
Completed in 30 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026