Lines Matching refs:Source
26 template <typename T> struct Source { struct
28 Source(T t) : t(t) {} in Source() function
32 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source<U>() argument
35 typedef std::pair<Source<NamedDecl *>, ASTImporter *> Candidate;
45 Source<const DeclContext *>
46 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC, in LookupSameContext()
52 Source<const DeclContext *> SourceParentDC = in LookupSameContext()
60 Source<DeclarationName> SourceName = ReverseImporter.Import(Name); in LookupSameContext()
124 Source<DeclContext *> FromDC( in Imported()
204 Source<TranslationUnitDecl *> SourceTU = in ForEachMatchingDC()
226 Source<const DeclContext *> SourceDC) -> bool { in CompleteType()
244 Source<const DeclContext *> SourceDC) -> bool { in CompleteType()
265 Source<const DeclContext *> SourceDC) -> bool { in CanComplete()
288 Source<const DeclContext *> FoundFromDC = in MaybeRecordOrigin()
389 Source<const DeclContext *> SourceDC) -> bool { in FindExternalVisibleDeclsByName()
424 Source<const DeclContext *> SourceDC) -> bool { in FindExternalLexicalDecls()