Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp214 bool RightByref = right.Capture ? right.Capture->isByRef() : false; in operator <() local
229 else if (RightByref && right.Alignment >= left.Alignment) in operator <()