Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp231 std::string MutableFieldName = ("mutable_" + FieldName).str(); in check() local
232 PartialReserveStmt = "." + MutableFieldName + in check()