Searched defs:CContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp6439 SourceLocation CContext, unsigned diag,
6445 << SourceRange(CContext));
6449 << SourceType << T << E->getSourceRange() << SourceRange(CContext);
6454 SourceLocation CContext, unsigned diag,
6456 DiagnoseImpCast(S, E, E->getType(), T, CContext, diag, pruneControlFlow);
6462 SourceLocation CContext) {
6491 << PrettyTargetValue << FL->getSourceRange() << SourceRange(CContext);
6438 DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, SourceLocation CContext, unsigned diag, bool pruneControlFlow = false) argument
6453 DiagnoseImpCast(Sema &S, Expr *E, QualType T, SourceLocation CContext, unsigned diag, bool pruneControlFlow = false) argument
6461 DiagnoseFloatingLiteralImpCast(Sema &S, FloatingLiteral *FL, QualType T, SourceLocation CContext) argument

Completed in 51 milliseconds