Home
last modified time | relevance | path

Searched refs:getBaseDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp36 static const VarDecl *getBaseDecl(const Expr *Ref);
234 const Decl *D = getBaseDecl(E); in OMPSimdLexicalScope()
1255 RedCG.getBaseDecl(Count), [BaseAddr]() { return BaseAddr; }); in EmitOMPReductionClauseInit()
4504 Scope.addPrivate(RedCG.getBaseDecl(Cnt), in EmitOMPTaskBasedDirective()
4559 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), in EmitOMPTaskBasedDirective()
6531 static const VarDecl *getBaseDecl(const Expr *Ref) { in getBaseDecl() function
6545 const VarDecl *OrigVD = getBaseDecl(Ref); in EmitOMPUseDeviceAddrClause()
H A DCGOpenMPRuntime.h217 const VarDecl *getBaseDecl(unsigned N) const { return BaseDecls[N]; } in getBaseDecl() function
H A DCGOpenMPRuntime.cpp987 static const VarDecl *getBaseDecl(const Expr *Ref, const DeclRefExpr *&DE) { in getBaseDecl() function
1010 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
5852 const VarDecl *D = ::getBaseDecl(Ref, DE); in generateUniqueName()