HomeSort by relevance Sort by last modified time
    Searched refs:PropName (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 320 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
321 StringRef PropName = Prop->getIdentifier()->getName();
327 if (IvarName == PropName)
333 os << '_' << PropName;
CheckObjCDealloc.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 86 if (const char *PropName = ApplePropertyString(Bit))
87 OS << PropName;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 85 milliseconds