Home | History | Annotate | Download | only in slang

Lines Matching refs:TUDecl

166   clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
167 slangAssert(TUDecl);
172 for (auto Decl : TUDecl->lookup(II)) {