Lines Matching defs:Source
25 template <typename T> struct Source {
27 Source(T t) : t(t) {}
31 template <typename U> operator Source<U>() { return Source<U>(t); }
34 typedef std::pair<Source<NamedDecl *>, ASTImporter *> Candidate;
44 Source<const DeclContext *>
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC,
51 Source<const DeclContext *> SourceParentDC =
64 Source<DeclarationName> SourceName = *SourceNameOrErr;
207 Source<DeclContext *> FromDC(
286 Source<TranslationUnitDecl *> SourceTU =
308 Source<const DeclContext *> SourceDC) -> bool {
326 Source<const DeclContext *> SourceDC) -> bool {
347 Source<const DeclContext *> SourceDC) -> bool {
370 Source<const DeclContext *> FoundFromDC =
487 Source<const DeclContext *> SourceDC) -> bool {
528 Source<const DeclContext *> SourceDC) -> bool {