Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp127 StringRef AnalyzerOptions::getCheckerStringOption(StringRef CheckerName, in getCheckerStringOption() function in AnalyzerOptions
154 StringRef AnalyzerOptions::getCheckerStringOption(const ento::CheckerBase *C, in getCheckerStringOption() function in AnalyzerOptions
157 return getCheckerStringOption( in getCheckerStringOption()
166 getCheckerStringOption(CheckerName, OptionName, SearchInParents)) in getCheckerBooleanOption()
189 bool HasFailed = getCheckerStringOption(CheckerName, OptionName, in getCheckerIntegerOption()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h355 StringRef getCheckerStringOption(StringRef CheckerName, StringRef OptionName,
358 StringRef getCheckerStringOption(const ento::CheckerBase *C,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp751 mgr.getAnalyzerOptions().getCheckerStringOption(chk, "WarnOn"), mgr); in registerMoveChecker()
H A DGenericTaintChecker.cpp816 Mgr->getAnalyzerOptions().getCheckerStringOption(this, Option); in initTaintRules()