Home
last modified time | relevance | path

Searched defs:PrivateHelpersTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3151 struct PrivateHelpersTy { struct
3152 PrivateHelpersTy(const VarDecl *Original, const VarDecl *PrivateCopy, in PrivateHelpersTy() argument
3156 const VarDecl *Original;
3157 const VarDecl *PrivateCopy;
3158 const VarDecl *PrivateElemInit;
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3378 struct PrivateHelpersTy { struct
3379 PrivateHelpersTy(const Expr *OriginalRef, const VarDecl *Original, in PrivateHelpersTy() function
3383 PrivateHelpersTy(const VarDecl *Original) : Original(Original) {} in PrivateHelpersTy() function
3384 const Expr *OriginalRef = nullptr;
3385 const VarDecl *Original = nullptr;
3386 const VarDecl *PrivateCopy = nullptr;
3387 const VarDecl *PrivateElemInit = nullptr;
3388 bool isLocalPrivate() const { in isLocalPrivate()