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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp319 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
320 StringRef PropName = Prop->getIdentifier()->getName(); local
326 if (IvarName == PropName)
332 os << '_' << PropName; local
H A DCheckObjCDealloc.cpp1041 StringRef PropName = PropImpl->getPropertyDecl()->getName(); local
1045 if (!(PropName.startswith(ReleasePrefix) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp46 auto PropName = ApplePropertyString(Bit);
47 if (!PropName.empty())
48 OS << PropName;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7572 IdentifierInfo *PropName = Property->getIdentifier(); local
7573 if (!PropName || PropName->getLength() == 0)
7602 } Key(Allocator, PropName->getName());
7605 std::string UpperKey = PropName->getName();
7617 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second &&

Completed in 220 milliseconds