Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp228 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
231 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace()
247 ImplicitUsingDirectiveDecl); in ParseNamespace()
275 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
279 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace()
280 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()