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

/external/clang/lib/Sema/
H A DSemaInit.cpp150 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, function
1186 CheckStringInit(expr, ElemType, arrayType, SemaRef);
1587 CheckStringInit(IList->getInit(Index), DeclType, arrayType, SemaRef);
6822 CheckStringInit(CurInit.get(), ResultType ? *ResultType : Ty,

Completed in 309 milliseconds