Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4176 if (NamedDecl *FromPattern = in VisitUsingDecl() local
4178 if (Expected<NamedDecl *> ToPatternOrErr = import(FromPattern)) in VisitUsingDecl()
4222 if (UsingShadowDecl *FromPattern = in VisitUsingShadowDecl() local
4224 if (Expected<UsingShadowDecl *> ToPatternOrErr = import(FromPattern)) in VisitUsingShadowDecl()