Searched refs:IsUsingDirectiveInToplevelContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6817 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { function
6822 return IsUsingDirectiveInToplevelContext(CurContext->getParent());
6936 if (IsUsingDirectiveInToplevelContext(CurContext) &&

Completed in 202 milliseconds