Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp226 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() local
229 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseNamespace()
245 ImplicitUsingDirectiveDecl); in ParseNamespace()
272 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace() local
276 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseInnerNamespace()
277 assert(!ImplicitUsingDirectiveDecl && in ParseInnerNamespace()