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

  /external/clang/lib/Parse/
ParseExpr.cpp 766 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo();
769 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 858 StringRef PropertyName = Property.getObjCPropertyName();
859 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName);
    [all...]

Completed in 153 milliseconds