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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp35 static const VarDecl *getBaseDecl(const Expr *Ref);
228 const Decl *D = getBaseDecl(E);
1223 RedCG.getBaseDecl(Count), [BaseAddr]() { return BaseAddr; });
3982 Scope.addPrivate(RedCG.getBaseDecl(Cnt),
4037 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt),
5976 static const VarDecl *getBaseDecl(const Expr *Ref) { function
5990 const VarDecl *OrigVD = getBaseDecl(Ref);
H A DCGOpenMPRuntime.h217 const VarDecl *getBaseDecl(unsigned N) const { return BaseDecls[N]; } function in class:clang::CodeGen::ReductionCodeGen
H A DCGOpenMPRuntime.cpp973 static const VarDecl *getBaseDecl(const Expr *Ref, const DeclRefExpr *&DE) { function
996 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) {
5714 const VarDecl *D = ::getBaseDecl(Ref, DE);

Completed in 151 milliseconds