Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h218 UsingDirectivesTy UsingDirectives; variable
547 UsingDirectives.push_back(UDir); in PushUsingDirective()
554 return using_directives_range(UsingDirectives.begin(), in using_directives()
555 UsingDirectives.end()); in using_directives()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp96 UsingDirectives.clear(); in Init()