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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 3994     switch (Action) {
 4071     if (SCS.IncompatibleObjC && Action != AA_Casting) {
 4073       if (Action == AA_Initializing || Action == AA_Assigning)
 4073       if (Action == AA_Initializing || Action == AA_Assigning)
 4076             << ToType << From->getType() << Action << From->getSourceRange()
 4081             << From->getType() << ToType << Action << From->getSourceRange()
 4090       if (Action == AA_Initializing)
 4094             << (Action == AA_Casting) << From->getType() << ToType