Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp214 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
217 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseNamespace()
233 ImplicitUsingDirectiveDecl); in ParseNamespace()
260 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
264 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseInnerNamespace()
265 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()