|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/MachineModuleInfo.cpp 179 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(),
tools/clang/include/clang/Lex/Preprocessor.h 661 Info->OverriddenMacros.insert(Info->OverriddenMacros.end(),
686 Info->OverriddenMacros.insert(Info->OverriddenMacros.end(),
tools/clang/include/clang/Sema/ParsedAttr.h 771 AttrList.insert(AttrList.begin(), B.I, E.I);
775 AttrList.insert(AttrList.begin(), B.I, E.I);
779 AttrList.insert(AttrList.end(), B.I, E.I);
783 AttrList.insert(AttrList.end(), B.I, E.I);
tools/clang/lib/Sema/ParsedAttr.cpp 99 Attrs.insert(Attrs.end(), pool.Attrs.begin(), pool.Attrs.end());
tools/clang/lib/Serialization/MultiOnDiskHashTable.h 212 PendingOverrides.insert(PendingOverrides.end(), OverriddenFiles.begin(),
unittests/ADT/TinyPtrVectorTest.cpp 387 this->V.insert(this->V.end(), this->TestPtrs.begin(), this->TestPtrs.begin());
389 this->V.insert(this->V.begin(), this->TestPtrs.begin(),
392 this->V.insert(this->V.end(), this->TestPtrs.end(), this->TestPtrs.end());
394 this->V.insert(this->V.end(), this->TestPtrs.begin(),
398 this->V.insert(this->V.end(), this->TestPtrs.begin(),
402 this->V.insert(this->V.end(), this->TestPtrs.begin(),
406 this->V.insert(this->V.end(),
409 this->V.insert(this->V.begin(),
412 this->V.insert(std::next(this->V.begin(), 2),
416 this->V.insert(std::next(this->V.begin(), 4),