Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp57 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()
79 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()
87 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h324 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable
337 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects() argument
362 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index]; in getKeyValueElement()
387 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2, in children()
390 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children()
391 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h727 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
728 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
729 auto &InnerIDs = KeyValuePair.second; in invalidate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1490 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()