Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h325 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable
338 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects() argument
363 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPassManager.h1091 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
1092 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
1093 auto &InnerIDs = KeyValuePair.second; in invalidate()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1435 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()