Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DThrowByValueCatchByReferenceCheck.cpp24 WarnOnLargeObject(Options.get("WarnOnLargeObject", false)), in ThrowByValueCatchByReferenceCheck()
38 Options.store(Opts, "WarnOnLargeObjects", WarnOnLargeObject); in storeOptions()
158 } else if (WarnOnLargeObject) { in diagnoseCatchLocations()
DThrowByValueCatchByReferenceCheck.h47 const bool WarnOnLargeObject; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmisc-throw-by-value-catch-by-reference.rst38 .. option:: WarnOnLargeObject
49 warning. Only applicable if :option:`WarnOnLargeObject` is set to `true`. If