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.cpp239 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
242 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace()
258 ImplicitUsingDirectiveDecl); in ParseNamespace()
286 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
290 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace()
291 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()