Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2200 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2204 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, in isOpenMPCapturedByRef()
2234 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2246 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()