Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2676 << SrcType << DestType << Sema::AA_Casting in checkAddressSpaceCast()
3216 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
H A DSemaExprCXX.cpp4450 case AA_Casting: in PerformImplicitConversion()
4565 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
4588 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
H A DSemaOpenMP.cpp8946 SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8967 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
11515 Sema::AA_Casting); in checkStatement()
H A DSemaInit.cpp6748 return Sema::AA_Casting; in getAssignmentAction()
H A DSemaExpr.cpp16822 case AA_Casting: in DiagnoseAssignmentResult()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6486 AA_Casting, enumerator