OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PropName
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
324
// Lookup IVars named "_PropName"or "
PropName
" among the tracked Ivars.
325
StringRef
PropName
= Prop->getIdentifier()->getName();
331
if (IvarName ==
PropName
)
337
os << '_' <<
PropName
;
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
Completed in 80 milliseconds