Lines Matching defs:End
262 ExistingTargetOpts.FeaturesAsWritten.end());
264 TargetOpts.FeaturesAsWritten.end());
265 std::sort(ExistingFeatures.begin(), ExistingFeatures.end());
266 std::sort(ReadFeatures.begin(), ReadFeatures.end());
272 ExistingFeatures.begin(), ExistingFeatures.end(), ReadFeatures.begin(),
273 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures));
274 std::set_difference(ReadFeatures.begin(), ReadFeatures.end(),
275 ExistingFeatures.begin(), ExistingFeatures.end(),
460 // Note: GCC drops anything following an end-of-line character.
461 StringRef::size_type End = MacroBody.find_first_of("\n\r");
462 MacroBody = MacroBody.substr(0, End);
496 if (Known == ASTFileMacros.end()) {
561 if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
562 != PPOpts.Includes.end())
572 if (std::find(PPOpts.MacroIncludes.begin(), PPOpts.MacroIncludes.end(),
574 != PPOpts.MacroIncludes.end())
839 I = LocalMacroIDs.begin(), E = LocalMacroIDs.end(); I != E; /**/) {
850 SmallVectorImpl<uint32_t>::iterator I = LocalMacroIDs.end();
1179 fileDirE = path::end(path::parent_path(filePath));
1181 origDirE = path::end(OriginalDir);
1406 // Advance to the next record, but if we get to the end of the block, don't
1434 // If we already have a macro, that means that we've hit the end
1507 assert(I != M.PreprocessedEntityRemap.end()
1570 const unsigned char *End = d + DataLen;
1592 if (d != End) {
1614 assert(End == d && "Wrong data length in HeaderFileInfo deserialization");
1615 (void)End;
1730 if (Pos == IdTable->end())
1908 Overrides.insert(Overrides.end(),
1922 Overrides.insert(Overrides.end(),
1974 if (HiddenIt != HiddenNamesMap.end()) {
1977 if (HI != Hidden.HiddenMacros.end()) {
1989 std::remove_if(Ambig.begin(), Ambig.end(), [&](DefMacroDirective *MD) {
1992 Ambig.end());
2293 Filename.assign(Buffer.begin(), Buffer.end());
2609 Error("error at end of module block in AST file");
2966 // we invert it. Because we invert it, though, we need the other end of
2996 if (F.SLocRemap.find(0) == F.SLocRemap.end()) {
3234 F.PragmaDiagMappings.insert(F.PragmaDiagMappings.end(),
3235 Record.begin(), Record.end());
3358 LateParsedTemplates.append(Record.begin(), Record.end());
3478 if (Known == S.MethodPool.end())
3557 if (Hidden != HiddenNamesMap.end()) {
3562 assert(HiddenNamesMap.find(Mod) == HiddenNamesMap.end() &&
3570 I = Exports.begin(), E = Exports.end(); I != E; ++I) {
3636 // Defer any pending actions until we get to the end of reading the AST file.
3658 ModuleMgr.removeModules(ModuleMgr.begin() + NumModules, ModuleMgr.end(),
3678 MEnd = Loaded.end();
3706 MEnd = Loaded.end();
3725 IdEnd = PP.getIdentifierTable().end();
4879 assert(I != GlobalPreprocessedEntityMap.end() &&
4926 ReadSourceLocation(M, PPOffs.End));
4999 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) {
5047 assert(SLocMapI != GlobalSLocOffsetMap.end() &&
5068 // The end locations of entities may be unordered (when a macro expansion
5075 if (SourceMgr.isBeforeInTranslationUnit(ReadSourceLocation(M, PPI->End),
5091 /// \brief Returns a pair of [Begin, End) indices of preallocated
5149 if (Pos == Table->end())
5172 for (ModuleIterator I = ModuleMgr.begin(), E = ModuleMgr.end(); I != E; ++I) {
5198 "Invalid data, didn't find '-1' marking end of diag/map pairs");
5218 assert(I != GlobalTypeMap.end() && "Corrupted global type map");
6073 assert(I != F.TypeRemap.end() && "Invalid index into type index remap");
6269 assert(I != F.DeclRemap.end() && "Invalid index into decl index remap");
6281 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
6289 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
6401 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
6406 if (Pos == M.GlobalToLocalDeclIDs.end())
6466 if (Info == M.DeclContextInfos.end() || !Info->second.LexicalDecls)
6546 if (I == FileDeclIDs.end())
6559 BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6573 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6575 if (EndIt != DInfo.Decls.end())
6612 if (Info != M.DeclContextInfos.end() &&
6627 if (Pos == LookupTable->end())
6701 if (Merged != MergedDecls.end()) {
6729 if (Merged != MergedLookups.end()) {
6771 if (Info != M.DeclContextInfos.end() &&
6822 if (Merged != MergedDecls.end()) {
6833 for (DeclsMap::iterator I = Decls.begin(), E = Decls.end(); I != E; ++I) {
6899 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(),
6902 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(),
6906 IdentifiersLoaded.end(),
6910 MacrosLoaded.end(),
6914 SelectorsLoaded.end(),
6999 if (Map.begin() == Map.end())
7004 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
7026 MEnd = ModuleMgr.end();
7035 E = ModuleMgr.end(); I != E; ++I) {
7140 /// \brief The end position within the identifier lookup table of
7142 ASTIdentifierLookupTable::key_iterator End;
7156 End = IdTable->key_end();
7160 while (Current == End) {
7170 End = IdTable->key_end();
7221 if (Pos == PoolTable->end())
7235 This->InstanceMethods.append(Data.Instance.begin(), Data.Instance.end());
7236 This->FactoryMethods.append(Data.Factory.begin(), Data.Factory.end());
7261 } } // end namespace clang::serialization
7501 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end());
7541 assert(I != GlobalIdentifierMap.end() && "Corrupted global identifier map");
7573 assert(I != M.IdentifierRemap.end()
7592 assert(I != GlobalMacroMap.end() && "Corrupted global macro map");
7611 assert(I != M.MacroRemap.end() && "Invalid index into macro index remap");
7623 assert(I != M.SubmoduleRemap.end()
7663 assert(I != GlobalSelectorMap.end() && "Corrupted global selector map");
7692 assert(I != M.SelectorRemap.end()
7806 return Context.getOverloadedTemplateName(Decls.begin(), Decls.end());
8159 SourceLocation end = ReadSourceLocation(F, Record, Idx);
8160 return SourceRange(beg, end);
8256 E = CommentsCursors.end();
8360 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) {
8468 PBEnd = PendingBodies.end();
8518 // correct; we can end up with multiple unmerged declarations of the same
8539 for (DeclContext::lookup_iterator I = R.begin(), E = R.end();
8668 if (It != PendingFakeLookupResults.end()) {
8685 SemaObj->IdResolver.end(), D) != SemaObj->IdResolver.end())
8724 E = PendingVisibleUpdates.end();
8727 F = I->second.end();