Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp58 static const char ProtoVarDeclName[] = "proto_var_decl"; variable
171 AddMatcher(ProtoDecl, ProtoVarDeclName, ProtoVarDeclStmtName, in registerMatchers()
190 const auto *ProtoVarDecl = Result.Nodes.getNodeAs<VarDecl>(ProtoVarDeclName); in check()