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

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 336 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
337 StringRef PropName = Prop->getIdentifier()->getName();
343 if (IvarName == PropName)
349 os << '_' << PropName;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 46 milliseconds