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

  /frameworks/compile/slang/
slang_rs_context.cpp 143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
145 slangAssert(TUDecl != NULL && "Translation unit declaration (top-level "
154 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II);
230 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
231 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
232 DE = TUDecl->decls_end();
slang_rs_check_ast.cpp 152 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
153 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
154 DE = TUDecl->decls_end();
slang_rs_backend.cpp 134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
175 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
176 E = TUDecl->decls_end(); I != E; I++) {
slang_rs_object_ref_count.cpp 50 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
52 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
53 E = TUDecl->decls_end(); I != E; I++) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 67 TranslationUnitDecl *TUDecl;
605 TUDecl = Context->getTranslationUnitDecl();
    [all...]
RewriteModernObjC.cpp 68 TranslationUnitDecl *TUDecl;
668 TUDecl = Context->getTranslationUnitDecl();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 346 TranslationUnitDecl *TUDecl;
736 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 662 TUDecl = TranslationUnitDecl::Create(*this);
    [all...]

Completed in 574 milliseconds