Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2268 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
2412 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
DSemaExprCXX.cpp3179 case AA_Casting: in PerformImplicitConversion()
3254 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
3280 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
DSemaOpenMP.cpp3307 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in BuildPreCond()
4867 Sema::AA_Casting); in checkStatement()
DSemaInit.cpp5148 return Sema::AA_Casting; in getAssignmentAction()
DSemaExpr.cpp12010 case AA_Casting: in DiagnoseAssignmentResult()
/external/clang/include/clang/Sema/
DSema.h2167 AA_Casting, enumerator