Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2181 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2185 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, in isOpenMPCapturedByRef()
2215 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2227 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()