Searched defs:argIsLValue (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 1517 bool argIsLValue = From->isGLValue(); local 1518 if (argIsLValue && 1557 } else if (FromType->isFunctionType() && argIsLValue) { |
Completed in 49 milliseconds