Lines Matching refs:Source
25 template <typename T> struct Source { struct
27 Source(T t) : t(t) {} in Source() function
31 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source<U>() argument
34 typedef std::pair<Source<NamedDecl *>, ASTImporter *> Candidate;
44 Source<const DeclContext *>
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC, in LookupSameContext()
51 Source<const DeclContext *> SourceParentDC = in LookupSameContext()
64 Source<DeclarationName> SourceName = *SourceNameOrErr; in LookupSameContext()
210 Source<DeclContext *> FromDC( in Imported()
289 Source<TranslationUnitDecl *> SourceTU = in ForEachMatchingDC()
311 Source<const DeclContext *> SourceDC) -> bool { in CompleteType()
329 Source<const DeclContext *> SourceDC) -> bool { in CompleteType()
350 Source<const DeclContext *> SourceDC) -> bool { in CanComplete()
373 Source<const DeclContext *> FoundFromDC = in MaybeRecordOrigin()
491 Source<const DeclContext *> SourceDC) -> bool { in FindExternalVisibleDeclsByName()
532 Source<const DeclContext *> SourceDC) -> bool { in FindExternalLexicalDecls()