Searched refs:LookupRange (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2216 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/ |
D | frames.cc | 881 return table->LookupRange(pc_offset, stack_depth, prediction); in LookupExceptionHandlerInTable() 1228 return table->LookupRange(pc_offset, context_register, prediction); in LookupExceptionHandlerInTable()
|
D | deoptimizer.cc | 696 return table->LookupRange(pc_offset, data_out, &prediction); in LookupCatchHandler() 705 return table->LookupRange(bytecode_offset, data_out, &prediction); in LookupCatchHandler()
|
D | objects.h | 4833 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
|
D | objects.cc | 10202 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() function in v8::internal::HandlerTable
|