Lines Matching refs:Source
26 ExternalASTSourceWrapper(ExternalASTSource *Source) : m_Source(Source) { in ExternalASTSourceWrapper() argument
419 for (auto &Source : Sources) in getMemoryBufferSizes()
420 Source->getMemoryBufferSizes(sizes); in getMemoryBufferSizes()
428 for (auto &Source : Sources) in InitializeSema()
429 Source->InitializeSema(S); in InitializeSema()
433 for (auto &Source : Sources) in ForgetSema()
434 Source->ForgetSema(); in ForgetSema()
438 for (auto &Source : Sources) in ReadMethodPool()
439 Source->ReadMethodPool(Sel); in ReadMethodPool()
443 for (auto &Source : Sources) in updateOutOfDateSelector()
444 Source->updateOutOfDateSelector(Sel); in updateOutOfDateSelector()
449 for (auto &Source : Sources) in ReadKnownNamespaces()
450 Source->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
456 for (auto &Source : Sources) in ReadUndefinedButUsed()
457 Source->ReadUndefinedButUsed(Undefined); in ReadUndefinedButUsed()
464 for (auto &Source : Sources) in ReadMismatchingDeleteExpressions()
465 Source->ReadMismatchingDeleteExpressions(Exprs); in ReadMismatchingDeleteExpressions()
469 for (auto &Source : Sources) { in LookupUnqualified()
470 Source->LookupUnqualified(R, S); in LookupUnqualified()
480 for (auto &Source : Sources) in ReadTentativeDefinitions()
481 Source->ReadTentativeDefinitions(Defs); in ReadTentativeDefinitions()
486 for (auto &Source : Sources) in ReadUnusedFileScopedDecls()
487 Source->ReadUnusedFileScopedDecls(Decls); in ReadUnusedFileScopedDecls()
492 for (auto &Source : Sources) in ReadDelegatingConstructors()
493 Source->ReadDelegatingConstructors(Decls); in ReadDelegatingConstructors()
498 for (auto &Source : Sources) in ReadExtVectorDecls()
499 Source->ReadExtVectorDecls(Decls); in ReadExtVectorDecls()
504 for (auto &Source : Sources) in ReadUnusedLocalTypedefNameCandidates()
505 Source->ReadUnusedLocalTypedefNameCandidates(Decls); in ReadUnusedLocalTypedefNameCandidates()
511 for (auto &Source : Sources) in ReadReferencedSelectors()
512 Source->ReadReferencedSelectors(Sels); in ReadReferencedSelectors()
518 for (auto &Source : Sources) in ReadWeakUndeclaredIdentifiers()
519 Source->ReadWeakUndeclaredIdentifiers(WI); in ReadWeakUndeclaredIdentifiers()
524 for (auto &Source : Sources) in ReadUsedVTables()
525 Source->ReadUsedVTables(VTables); in ReadUsedVTables()
532 for (auto &Source : Sources) in ReadPendingInstantiations()
533 Source->ReadPendingInstantiations(Pending); in ReadPendingInstantiations()
540 for (auto &Source : Sources) in ReadLateParsedTemplates()
541 Source->ReadLateParsedTemplates(LPTMap); in ReadLateParsedTemplates()
550 for (auto &Source : Sources) { in CorrectTypo()
552 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
561 for (auto &Source : Sources) { in MaybeDiagnoseMissingCompleteType()
562 if (Source->MaybeDiagnoseMissingCompleteType(Loc, T)) in MaybeDiagnoseMissingCompleteType()