Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp82 EnableProto(Options.getLocalOrGlobal("EnableProto", false)) {} in InefficientVectorOperationCheck()
88 Options.store(Opts, "EnableProto", EnableProto); in storeOptions()
168 if (EnableProto) { in registerMatchers()
H A DInefficientVectorOperationCheck.h44 bool EnableProto; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dinefficient-vector-operation.rst62 .. option:: EnableProto