Searched refs:resizeInits (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp600 ILE->resizeInits(SemaRef.Context, NumFields);
1528 StructuredList->resizeInits(SemaRef.Context, StructuredIndex);
2178 StructuredList->resizeInits(SemaRef.Context, 0);
2204 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
2409 StructuredList->resizeInits(Context, StrLen);
2431 StructuredList->resizeInits(Context, StrLen);
2451 StructuredList->resizeInits(SemaRef.Context,
/external/clang/include/clang/AST/
H A DExpr.h3883 void resizeInits(const ASTContext &Context, unsigned NumInits);
/external/clang/lib/AST/
H A DExpr.cpp1946 void InitListExpr::resizeInits(const ASTContext &C, unsigned NumInits) { function in class:InitListExpr

Completed in 104 milliseconds