Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp288 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC() local
290 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC()
306 Source<const DeclContext *> SourceDC) -> bool { in CompleteType() argument
307 auto *SourceTag = const_cast<TagDecl *>(cast<TagDecl>(SourceDC.get())); in CompleteType()
324 Source<const DeclContext *> SourceDC) -> bool { in CompleteType() argument
326 cast<ObjCInterfaceDecl>(SourceDC.get())); in CompleteType()
345 Source<const DeclContext *> SourceDC) -> bool { in CanComplete() argument
486 Source<const DeclContext *> SourceDC) -> bool { in FindExternalVisibleDeclsByName() argument
493 SourceDC.get()->lookup(*FromNameOrErr); in FindExternalVisibleDeclsByName()
527 Source<const DeclContext *> SourceDC) -> bool { in FindExternalLexicalDecls() argument
[all …]