Searched defs:PushUsingDirective (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 546 void PushUsingDirective(UsingDirectiveDecl *UDir) { PushUsingDirective() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 12265 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { PushUsingDirective() function in Sema |