Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp73 typedef std::pair<unsigned, VarDecl *> LCDeclInfo; typedef in __anon94996c650111::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()