Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp191 const auto *ProtoAddFieldCall = in check() local
197 VectorAppendCall ? VectorAppendCall : ProtoAddFieldCall; in check()
229 llvm::StringRef FieldName = ProtoAddFieldCall->getMethodDecl()->getName(); in check()