Searched refs:type_decl (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ppapi/tests/clang/ |
D | print_names_and_sizes.cc | 121 if (const clang::TypeDecl* type_decl = dyn_cast<clang::TypeDecl>(decl)) { in HandleTopLevelDecl() local 122 std::string name(type_decl->getNameAsString()); in HandleTopLevelDecl() 123 clang::SourceLocation start_loc = type_decl->getLocStart(); in HandleTopLevelDecl() 124 clang::SourceLocation end_loc = type_decl->getLocEnd(); in HandleTopLevelDecl() 126 if (const clang::TagDecl* tag = dyn_cast<clang::TagDecl>(type_decl)) { in HandleTopLevelDecl() 130 clang::Type* type = type_decl->getTypeForDecl(); in HandleTopLevelDecl() 137 dyn_cast<clang::TypedefDecl>(type_decl)) { in HandleTopLevelDecl()
|
D | find_affected_interfaces.cc | 97 if (const clang::TypeDecl* type_decl = dyn_cast<clang::TypeDecl>(decl)) { in HandleTopLevelDecl() local 98 std::string name(type_decl->getNameAsString()); in HandleTopLevelDecl() 100 if (const clang::TagDecl* tag = dyn_cast<clang::TagDecl>(type_decl)) { in HandleTopLevelDecl() 104 clang::Type* type = type_decl->getTypeForDecl(); in HandleTopLevelDecl() 110 dyn_cast<clang::TypedefDecl>(type_decl)) { in HandleTopLevelDecl()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 5445 static void type_decl(CType *type, AttributeDef *ad, int *v, int td); 12197 type_decl(&type1, &ad, &v, TYPE_DIRECT); in struct_decl() 12517 type_decl(&pt, &ad1, &n, TYPE_DIRECT | TYPE_ABSTRACT); in post_type() 12582 static void type_decl(CType *type, AttributeDef *ad, int *v, int td) in type_decl() function 12625 type_decl(&type1, ad, v, td); in type_decl() 12722 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_expr_type() 12737 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_type() 12831 type_decl(&type, &ad, &n, TYPE_ABSTRACT); in unary() 14199 type_decl(&type1, &ad1, &n, TYPE_ABSTRACT); in decl_initializer() 14519 type_decl(&type, &ad, &v, TYPE_DIRECT); in func_decl_list() [all …]
|
/external/bison/doc/ |
D | bison.texi | 902 type_decl: TYPE ID '=' type ';' ;
|
D | bison.info | 1536 type_decl: TYPE ID '=' type ';' ;
|