Searched refs:type_location (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/clang/rewrite_scoped_array/
H A DRewriteScopedArray.cpp44 const clang::TypeLoc type_location = local
47 result.SourceManager->getSpellingLoc(type_location.getLocStart()),
48 result.SourceManager->getSpellingLoc(type_location.getLocEnd()));
/external/bison/src/
H A Dsymtab.h72 location type_location; member in struct:symbol
H A Dsymtab.c182 symbol_redeclaration (sym, "%type", sym->type_location, loc);
185 sym->type_location = loc;
452 symbol_type_set (sym, str->type_name, str->type_location);
454 symbol_type_set (str, sym->type_name, sym->type_location);

Completed in 140 milliseconds