Searched refs:getConstantArrayElementCount (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp407 uint64_t NumElements = Context.getConstantArrayElementCount(AT);
504 uint64_t NumElements = Context.getConstantArrayElementCount(AT);
H A DASTContext.cpp4309 /// getConstantArrayElementCount - Returns number of constant array elements.
4311 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h1907 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp784 InitListElements *= getContext().getConstantArrayElementCount(CAT);

Completed in 2811 milliseconds