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

References

tools/clang/lib/Sema/SemaStmt.cpp
 3892   ExprResult result = DefaultLvalueConversion(operand);
 3895   operand = result.get();
 3898   QualType type = operand->getType();
 3907                    << type << operand->getSourceRange();
 3909         ExprResult result = PerformContextuallyConvertToObjCPointer(operand);
 3914                    << type << operand->getSourceRange();
 3916         operand = result.get();
 3919                    << type << operand->getSourceRange();
 3925   return ActOnFinishFullExpr(operand, /*DiscardedValue*/ false);