OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PropName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
1041
StringRef
PropName
= PropImpl->getPropertyDecl()->getName();
1045
if (!(
PropName
.startswith(ReleasePrefix) ||
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
;
/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 49 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026