Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp71 struct DSAVarData { struct in __anon7e4ded5b0111::DSAStackTy
79 DSAVarData() = default;
80 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() function
315 DSAVarData getDSA(const_iterator &Iter, ValueDecl *D) const;
558 const DSAVarData
564 const DSAVarData
589 const DSAVarData getTopDSA(ValueDecl *D, bool FromParent);
591 const DSAVarData getImplicitDSA(ValueDecl *D, bool FromParent) const;
593 const DSAVarData getImplicitDSA(ValueDecl *D, unsigned Level) const;
597 const DSAVarData
[all …]