Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp635 Size = getContext().getArrayInitLoopExprElementCount(AILE); in handleConstructor()
658 getContext().getArrayInitLoopExprElementCount(AILE)); in handleConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2843 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7435 uint64_t ASTContext::getArrayInitLoopExprElementCount( in getArrayInitLoopExprElementCount() function in ASTContext