Home
last modified time | relevance | path

Searched refs:SourceDC (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp293 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC() local
295 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC()
311 Source<const DeclContext *> SourceDC) -> bool { in CompleteType() argument
312 auto *SourceTag = const_cast<TagDecl *>(cast<TagDecl>(SourceDC.get())); in CompleteType()
329 Source<const DeclContext *> SourceDC) -> bool { in CompleteType() argument
331 cast<ObjCInterfaceDecl>(SourceDC.get())); in CompleteType()
350 Source<const DeclContext *> SourceDC) -> bool { in CanComplete() argument
489 Source<const DeclContext *> SourceDC) -> bool { in FindExternalVisibleDeclsByName() argument
496 SourceDC.get()->lookup(*FromNameOrErr); in FindExternalVisibleDeclsByName()
530 Source<const DeclContext *> SourceDC) -> bool { in FindExternalLexicalDecls() argument
[all …]