Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1469 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1473 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1498 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1510 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()