Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp118 for (const auto &KeyValuePair : DeclNameToDeclarations) { in onEndOfTranslationUnit() local
119 const auto &Declarations = KeyValuePair.second; in onEndOfTranslationUnit()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPassManager.h1097 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
1098 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
1099 auto &InnerIDs = KeyValuePair.second; in invalidate()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1429 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()