Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp2149 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2153 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, in isOpenMPCapturedByRef()
2179 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2191 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()