Home
last modified time | relevance | path

Searched refs:AA_Casting (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp2382 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
2543 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
DSemaExprCXX.cpp3446 case AA_Casting: in PerformImplicitConversion()
3521 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
3547 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
DSemaOpenMP.cpp4507 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in BuildPreCond()
6258 Sema::AA_Casting); in checkStatement()
DSemaInit.cpp5270 return Sema::AA_Casting; in getAssignmentAction()
DSemaExpr.cpp12551 case AA_Casting: in DiagnoseAssignmentResult()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2495 << SrcType << DestType << Sema::AA_Casting in checkAddressSpaceCast()
2945 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
DSemaExprCXX.cpp4168 case AA_Casting: in PerformImplicitConversion()
4233 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
4256 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
DSemaOpenMP.cpp7616 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()
DSemaInit.cpp6015 return Sema::AA_Casting; in getAssignmentAction()
DSemaExpr.cpp15946 case AA_Casting: in DiagnoseAssignmentResult()
/external/clang/include/clang/Sema/
DSema.h2229 AA_Casting, enumerator
/external/llvm-project/clang/include/clang/Sema/
DSema.h3229 AA_Casting, enumerator