Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp73 typedef std::pair<unsigned, VarDecl *> LCDeclInfo; typedef in __anon756b9f4d0111::DSAStackTy
74 typedef llvm::DenseMap<ValueDecl *, LCDeclInfo> LoopControlVariablesMapTy;
172 LCDeclInfo isLoopControlVariable(ValueDecl *D);
177 LCDeclInfo isParentLoopControlVariable(ValueDecl *D);
535 std::make_pair(D, LCDeclInfo(Stack.back().LCVMap.size() + 1, Capture))); in addLoopControlVariable()
538 DSAStackTy::LCDeclInfo DSAStackTy::isLoopControlVariable(ValueDecl *D) { in isLoopControlVariable()
542 : LCDeclInfo(0, nullptr); in isLoopControlVariable()
545 DSAStackTy::LCDeclInfo DSAStackTy::isParentLoopControlVariable(ValueDecl *D) { in isParentLoopControlVariable()
550 : LCDeclInfo(0, nullptr); in isParentLoopControlVariable()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp111 using LCDeclInfo = std::pair<unsigned, VarDecl *>; typedef in __anon0bb9e2bb0111::DSAStackTy
113 llvm::SmallDenseMap<const ValueDecl *, LCDeclInfo, 8>;
490 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
495 const LCDeclInfo isParentLoopControlVariable(const ValueDecl *D) const;
500 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1306 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1309 const DSAStackTy::LCDeclInfo
1320 const DSAStackTy::LCDeclInfo
1333 const DSAStackTy::LCDeclInfo