Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp249 SharingMapTy &getStackElemAtLevel(unsigned Level) { in getStackElemAtLevel() function in __anonbcab431b0111::DSAStackTy
253 const SharingMapTy &getStackElemAtLevel(unsigned Level) const { in getStackElemAtLevel() function in __anonbcab431b0111::DSAStackTy
254 return const_cast<DSAStackTy&>(*this).getStackElemAtLevel(Level); in getStackElemAtLevel()
480 return getStackElemAtLevel(Level).TaskgroupReductionRef && in isTaskgroupReductionRef()
481 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef) in isTaskgroupReductionRef()
533 return getStackElemAtLevel(Level).Directive; in getDirective()
636 return getStackElemAtLevel(Level).DefaultmapMap[Kind].ImplicitBehavior; in getDefaultmapModifierAtLevel()
826 const SharingMapTy &StackElem = getStackElemAtLevel(Level); in checkMappableExprComponentListsForDeclAtLevel()
1571 const SharingMapTy &StackElem = getStackElemAtLevel(Level); in hasExplicitDSA()
1590 const SharingMapTy &StackElem = getStackElemAtLevel(Level); in hasExplicitDirective()