reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 5521       if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) {
tools/clang/lib/Sema/SemaInit.cpp
 4727     if (InitCategory.isLValue() && !isNonReferenceableGLValue(Initializer) &&
 4789     else if (!InitCategory.isLValue())
 4907         isRValueRef && InitCategory.isLValue()) {
 4975       InitCategory.isLValue()) {
tools/clang/lib/Sema/SemaOverload.cpp
 4638     if (InitCategory.isLValue() && RefRelationship == Sema::Ref_Compatible) {
 4703        (InitCategory.isLValue() && T2->isFunctionType()))) {
 4803       isRValRef && Init->Classify(S.Context).isLValue())
 5191     assert(FromClassification.isLValue());
 5255     if (!FromClassification.isLValue() && !Quals.hasOnlyConst()) {