Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp914 bool IsVariableAssociatedWithSection = false; in IsOpenMPCapturedByRef() local
936 IsVariableAssociatedWithSection = true; in IsOpenMPCapturedByRef()
948 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in IsOpenMPCapturedByRef()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp2040 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2044 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2070 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2082 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()