Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h208 UsingDirectivesTy UsingDirectives; variable
497 UsingDirectives.push_back(UDir); in PushUsingDirective()
504 return using_directives_range(UsingDirectives.begin(), in using_directives()
505 UsingDirectives.end()); in using_directives()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp91 UsingDirectives.clear(); in Init()