Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DInitVariablesCheck.cpp32 MathHeader(Options.get("MathHeader", "<math.h>")) {} in InitVariablesCheck()
36 Options.store(Opts, "MathHeader", MathHeader); in storeOptions()
112 Source.getFileID(MatchedDecl->getBeginLoc()), MathHeader); in check()
H A DInitVariablesCheck.h35 const StringRef MathHeader; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dinit-variables.rst63 .. option:: MathHeader