Searched refs:AA_Casting (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2382 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast() 2543 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
|
D | SemaExprCXX.cpp | 3446 case AA_Casting: in PerformImplicitConversion() 3521 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion() 3547 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
|
D | SemaOpenMP.cpp | 4507 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in BuildPreCond() 6258 Sema::AA_Casting); in checkStatement()
|
D | SemaInit.cpp | 5270 return Sema::AA_Casting; in getAssignmentAction()
|
D | SemaExpr.cpp | 12551 case AA_Casting: in DiagnoseAssignmentResult()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 2495 << SrcType << DestType << Sema::AA_Casting in checkAddressSpaceCast() 2945 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
|
D | SemaExprCXX.cpp | 4168 case AA_Casting: in PerformImplicitConversion() 4233 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion() 4256 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
|
D | SemaOpenMP.cpp | 7616 SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond() 7637 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond() 9820 Sema::AA_Casting); in checkStatement()
|
D | SemaInit.cpp | 6015 return Sema::AA_Casting; in getAssignmentAction()
|
D | SemaExpr.cpp | 15946 case AA_Casting: in DiagnoseAssignmentResult()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2229 AA_Casting, enumerator
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3229 AA_Casting, enumerator
|