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

  /frameworks/compile/slang/
slang_rs_context.cpp 175 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
177 slangAssert(TUDecl != nullptr && "Translation unit declaration (top-level "
186 clang::DeclContext::lookup_result R = TUDecl->lookup(II);
233 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
234 for (auto I = TUDecl->decls_begin(), E = TUDecl->decls_end(); I != E; I++) {
slang_rs_check_ast.cpp 289 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
290 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
291 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_rs_export_reduce.cpp 166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
167 slangAssert(TUDecl);
172 for (auto Decl : TUDecl->lookup(II)) {
    [all...]
slang_backend.cpp 693 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
737 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
738 E = TUDecl->decls_end(); I != E; I++) {
    [all...]
slang_rs_object_ref_count.cpp 48 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
50 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
51 E = TUDecl->decls_end(); I != E; I++) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 68 TranslationUnitDecl *TUDecl;
603 TUDecl = Context->getTranslationUnitDecl();
    [all...]
RewriteModernObjC.cpp 69 TranslationUnitDecl *TUDecl;
671 TUDecl = Context->getTranslationUnitDecl();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 413 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 463 TranslationUnitDecl *TUDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 752 TUDecl = TranslationUnitDecl::Create(*this);
    [all...]

Completed in 266 milliseconds