HomeSort by relevance Sort by last modified time
    Searched refs:TUDecl (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/slang/
slang_rs_context.cpp 174 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
176 slangAssert(TUDecl != nullptr && "Translation unit declaration (top-level "
185 clang::DeclContext::lookup_result R = TUDecl->lookup(II);
232 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
233 for (auto I = TUDecl->decls_begin(), E = TUDecl->decls_end(); I != E; I++) {
slang_rs_check_ast.cpp 304 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
305 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
306 DE = TUDecl->decls_end();
slang_rs_pragma_handler.cpp 237 clang::TranslationUnitDecl *TUDecl = ASTC.getTranslationUnitDecl();
238 slangAssert(TUDecl);
240 for (auto Decl : TUDecl->lookup(II)) {
slang_backend.cpp 454 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
498 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
499 E = TUDecl->decls_end(); I != E; I++) {
slang_rs_export_reduce.cpp 166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
167 slangAssert(TUDecl);
172 for (auto Decl : TUDecl->lookup(II)) {
    [all...]
slang_rs_object_ref_count.cpp 49 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
51 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
52 E = TUDecl->decls_end(); I != E; I++) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 69 TranslationUnitDecl *TUDecl;
603 TUDecl = Context->getTranslationUnitDecl();
    [all...]
RewriteModernObjC.cpp 69 TranslationUnitDecl *TUDecl;
677 TUDecl = Context->getTranslationUnitDecl();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 404 TranslationUnitDecl *TUDecl;
873 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 753 TUDecl = TranslationUnitDecl::Create(*this);
    [all...]

Completed in 341 milliseconds