Home
last modified time | relevance | path

Searched refs:KeyValuePair (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp60 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()
82 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()
90 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h326 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable
339 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects() argument
364 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index]; in getKeyValueElement()
388 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2, in children()
391 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children()
392 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h1086 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
1087 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
1088 auto &InnerIDs = KeyValuePair.second; in invalidate()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1434 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()