Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStringChecker.cpp27 mutable const FunctionDecl *StringConstCharPtrCtor = nullptr; member in __anonf8beb5ba0111::StringChecker
46 if (StringConstCharPtrCtor && StringConstCharPtrCtor == FD) in isCharToStringCtor()
63 StringConstCharPtrCtor = FD; // Cache the decl of the right overload. in isCharToStringCtor()