Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1556 udir_iterator_range getUsingDirectives() const;
1559 return getUsingDirectives().first; in using_directives_begin()
1563 return getUsingDirectives().second; in using_directives_end()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp157 for (llvm::tie(I, End) = DC->getUsingDirectives(); I != End; ++I) { in addUsingDirectives()
1528 for (llvm::tie(I,E) = ND->getUsingDirectives(); I != E; ++I) { in LookupQualifiedNameInUsingDirectives()
3114 for (llvm::tie(I, E) = Ctx->getUsingDirectives(); I != E; ++I) { in LookupVisibleDecls()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1506 DeclContext::getUsingDirectives() const { in getUsingDirectives() function in DeclContext