Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp627 Size = getContext().getArrayInitLoopExprElementCount(AILE); in handleConstructor()
650 getContext().getArrayInitLoopExprElementCount(AILE)); in handleConstructor()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2725 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6980 uint64_t ASTContext::getArrayInitLoopExprElementCount( in getArrayInitLoopExprElementCount() function in ASTContext