reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprObjC.h
  337   size_t numTrailingObjects(OverloadToken<KeyValuePair>) const {
  362     const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
  362     const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
  386     static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2,
  389         reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()),
  390         reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) +
tools/clang/lib/AST/ExprObjC.cpp
   66   KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>();
   66   KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>();
   98   void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>(
  106   void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>(
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1193       E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>();