Searched refs:IGetValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp344 mutable IdentifierInfo *ICreate, *IGetValue; member in class:__anon741::CFNumberChecker
346 CFNumberChecker() : ICreate(nullptr), IGetValue(nullptr) {}
437 IGetValue = &Ctx.Idents.get("CFNumberGetValue");
439 if (!(FD->getIdentifier() == ICreate || FD->getIdentifier() == IGetValue) ||

Completed in 61 milliseconds