Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp286 std::string ArraySizeExpr; in replaceNew() local
288 ArraySizeExpr = Lexer::getSourceText(CharSourceRange::getTokenRange( in replaceNew()
326 if (ArraySizeExpr.empty()) { in replaceNew()
332 ArraySizeExpr); in replaceNew()
358 if (ArraySizeExpr.empty()) { in replaceNew()
369 ArraySizeExpr); in replaceNew()