Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2630 << SrcType << DestType << Sema::AA_Casting in checkAddressSpaceCast()
3160 << SrcType << DestType << Sema::AA_Casting in CheckCStyleCast()
H A DSemaExprCXX.cpp4394 case AA_Casting: in PerformImplicitConversion()
4465 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
4488 << (Action == AA_Casting) << From->getType() << ToType in PerformImplicitConversion()
H A DSemaOpenMP.cpp8976 SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8997 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
11582 Sema::AA_Casting); in checkStatement()
H A DSemaInit.cpp6459 return Sema::AA_Casting; in getAssignmentAction()
H A DSemaExpr.cpp17360 case AA_Casting: in DiagnoseAssignmentResult()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3711 AA_Casting, enumerator