Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp78 EnableProto(Options.getLocalOrGlobal("EnableProto", false)) {} in InefficientVectorOperationCheck()
84 Options.store(Opts, "EnableProto", EnableProto); in storeOptions()
162 if (EnableProto) { in registerMatchers()
DInefficientVectorOperationCheck.h44 bool EnableProto; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-inefficient-vector-operation.rst62 .. option:: EnableProto