Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprObjC.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()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.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()
389 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2, in children()
392 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children()
393 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPassManager.h721 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
722 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
723 auto &InnerIDs = KeyValuePair.second; in invalidate()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1471 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()