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 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/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 86 if (const char *PropName = ApplePropertyString(Bit))
87 OS << PropName;
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 456 #define MAKE_PROPERTY_BACKING(Type, PropName) property Type PropName;
457 #define MAKE_PROPERTY(Type, PropName, PropValue)
458 #define MAKE_PROPERTY_STRING(Type, PropName, PropValue)
459 #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) property Type PropName\
547 #define MAKE_PROPERTY_BACKING(Type, PropName) Type PropName;
548 #define MAKE_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) { *pVal = PropValue; } else { return E_INVALIDARG; } return S_OK; }
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 90 milliseconds