Searched refs:CheckStringInit (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 150 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, in CheckStringInit() function 1186 CheckStringInit(expr, ElemType, arrayType, SemaRef); in CheckSubElementType() 1587 CheckStringInit(IList->getInit(Index), DeclType, arrayType, SemaRef); in CheckArrayType() 6822 CheckStringInit(CurInit.get(), ResultType ? *ResultType : Ty, in Perform()
|