Searched refs:CheckStringInit (Results 1 – 2 of 2) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 193 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, in CheckStringInit() function 1413 CheckStringInit(expr, ElemType, arrayType, SemaRef); in CheckSubElementType() 1855 CheckStringInit(IList->getInit(Index), DeclType, arrayType, SemaRef); in CheckArrayType() 8551 CheckStringInit(CurInit.get(), UpdateType ? *ResultType : Ty, in Perform()
|