Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp204 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
207 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace()
223 ImplicitUsingDirectiveDecl); in ParseNamespace()
250 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
254 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace()
255 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()