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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 180 /// @param PropertyName Name of the Objective C property assoicated with
189 StringRef PropertyName = StringRef(),
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 858 StringRef PropertyName = Property.getObjCPropertyName();
859 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName);
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 766 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo();
769 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 340 DIType Ty, StringRef PropertyName,
355 MDString::get(VMContext, PropertyName),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 263 milliseconds