Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp79 struct DSAVarData { struct in __anon1dd12e440111::DSAStackTy
87 DSAVarData() = default;
88 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() argument
322 DSAVarData getDSA(const_iterator &Iter, ValueDecl *D) const;
565 const DSAVarData
571 const DSAVarData
596 const DSAVarData getTopDSA(ValueDecl *D, bool FromParent);
598 const DSAVarData getImplicitDSA(ValueDecl *D, bool FromParent) const;
600 const DSAVarData getImplicitDSA(ValueDecl *D, unsigned Level) const;
604 const DSAVarData
[all …]