Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3164 auto CheckConditionalOperands = [&](bool ConstRefQual) -> QualType { in builtinCommonTypeImpl() argument
3175 auto EVK = ConstRefQual ? VK_LValue : VK_PRValue; in builtinCommonTypeImpl()
3176 if (ConstRefQual) { in builtinCommonTypeImpl()