Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp116 using LCDeclInfo = std::pair<unsigned, VarDecl *>; typedef in __anon7e4ded5b0111::DSAStackTy
118 llvm::SmallDenseMap<const ValueDecl *, LCDeclInfo, 8>;
514 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
519 const LCDeclInfo isParentLoopControlVariable(const ValueDecl *D) const;
524 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1440 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1443 const DSAStackTy::LCDeclInfo
1454 const DSAStackTy::LCDeclInfo
1467 const DSAStackTy::LCDeclInfo