Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp433 auto NameForFirstSlot = Selector.getNameForSlot(0); in isAllocInit() local
434 if (NameForFirstSlot == "alloc" || NameForFirstSlot.starts_with("copy") || in isAllocInit()
435 NameForFirstSlot.starts_with("mutableCopy")) in isAllocInit()
437 if (!NameForFirstSlot.starts_with("init") && in isAllocInit()
438 !NameForFirstSlot.starts_with("_init")) in isAllocInit()
H A DASTUtils.cpp164 auto NameForFirstSlot = Selector.getNameForSlot(0); in tryToFindPtrOrigin() local
165 if ((NameForFirstSlot == "class" || NameForFirstSlot == "superclass") && in tryToFindPtrOrigin()