Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp149 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, in CheckStringInit() function
947 CheckStringInit(expr, ElemType, arrayType, SemaRef); in CheckSubElementType()
1375 CheckStringInit(IList->getInit(Index), DeclType, arrayType, SemaRef); in CheckArrayType()
6243 CheckStringInit(CurInit.get(), ResultType ? *ResultType : Ty, in Perform()