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

References

tools/clang/lib/Sema/SemaCast.cpp
 2384             << SrcType << DestType << Sema::AA_Casting
 2775               << SrcType << DestType << Sema::AA_Casting
tools/clang/lib/Sema/SemaExpr.cpp
14797   case AA_Casting:
tools/clang/lib/Sema/SemaExprCXX.cpp
 4006     case AA_Casting:
 4071     if (SCS.IncompatibleObjC && Action != AA_Casting) {
 4094             << (Action == AA_Casting) << From->getType() << ToType
tools/clang/lib/Sema/SemaInit.cpp
 5964     return Sema::AA_Casting;
tools/clang/lib/Sema/SemaOpenMP.cpp
 6334         SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting,
 6355           CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting,
 8409                                                Sema::AA_Casting);