Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp230 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
233 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace()
249 ImplicitUsingDirectiveDecl); in ParseNamespace()
277 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
281 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace()
282 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()