Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp90 using LCDeclInfo = std::pair<unsigned, VarDecl *>; typedef in __anon45dbc4930111::DSAStackTy
92 llvm::SmallDenseMap<const ValueDecl *, LCDeclInfo, 8>;
294 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
299 const LCDeclInfo isParentLoopControlVariable(const ValueDecl *D) const;
860 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
863 const DSAStackTy::LCDeclInfo
874 const DSAStackTy::LCDeclInfo