Home
last modified time | relevance | path

Searched refs:LookupRange (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp2216 SourceRange LookupRange = Result.getContextRange(); in DiagnoseAmbiguousLookup() local
2224 << LookupRange; in DiagnoseAmbiguousLookup()
2237 << Name << LookupRange; in DiagnoseAmbiguousLookup()
2252 Diag(NameLoc, diag::err_ambiguous_tag_hiding) << Name << LookupRange; in DiagnoseAmbiguousLookup()
2277 Diag(NameLoc, diag::err_ambiguous_reference) << Name << LookupRange; in DiagnoseAmbiguousLookup()
/external/v8/src/
Dframes.cc881 return table->LookupRange(pc_offset, stack_depth, prediction); in LookupExceptionHandlerInTable()
1228 return table->LookupRange(pc_offset, context_register, prediction); in LookupExceptionHandlerInTable()
Ddeoptimizer.cc696 return table->LookupRange(pc_offset, data_out, &prediction); in LookupCatchHandler()
705 return table->LookupRange(bytecode_offset, data_out, &prediction); in LookupCatchHandler()
Dobjects.h4833 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
Dobjects.cc10202 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() function in v8::internal::HandlerTable