OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
319
// Lookup IVars named "_PropName"or "
PropName
" among the tracked Ivars.
320
StringRef
PropName
= Prop->getIdentifier()->getName();
326
if (IvarName ==
PropName
)
332
os << '_' <<
PropName
;
CheckObjCDealloc.cpp
1041
StringRef
PropName
= PropImpl->getPropertyDecl()->getName();
1045
if (!(
PropName
.startswith(ReleasePrefix) ||
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp
46
auto
PropName
= ApplePropertyString(Bit);
47
if (!
PropName
.empty())
48
OS <<
PropName
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
8298
IdentifierInfo *
PropName
= Property->getIdentifier();
8299
if (!
PropName
||
PropName
->getLength() == 0)
8328
} Key(Allocator,
PropName
->getName());
8331
std::string UpperKey = std::string(
PropName
->getName());
8343
KnownSelectors.insert(Selectors.getNullarySelector(
PropName
)).second &&
Completed in 28 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026