OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBaseDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
36
static const VarDecl *
getBaseDecl
(const Expr *Ref);
232
const Decl *D =
getBaseDecl
(E);
1247
RedCG.
getBaseDecl
(Count), [BaseAddr]() { return BaseAddr; });
4478
Scope.addPrivate(RedCG.
getBaseDecl
(Cnt),
4533
InRedScope.addPrivate(RedCG.
getBaseDecl
(Cnt),
6498
static const VarDecl *
getBaseDecl
(const Expr *Ref) {
6512
const VarDecl *OrigVD =
getBaseDecl
(Ref);
CGOpenMPRuntime.h
217
const VarDecl *
getBaseDecl
(unsigned N) const { return BaseDecls[N]; }
CGOpenMPRuntime.cpp
984
static const VarDecl *
getBaseDecl
(const Expr *Ref, const DeclRefExpr *&DE) {
1007
if (const VarDecl *OrigVD = ::
getBaseDecl
(ClausesData[N].Ref, DE)) {
5839
const VarDecl *D = ::
getBaseDecl
(Ref, DE);
Completed in 30 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026