Home
last modified time | relevance | path

Searched refs:IsVariableAssociatedWithSection (Results 1 – 1 of 1) 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()