Lines Matching +full:lookup +full:- +full:table
1 //===- ASTImporterLookupTable.h - ASTImporter specific lookup--*- C++ -*---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // lookup procedure for the import mechanism.
12 //===----------------------------------------------------------------------===//
27 // There are certain cases when normal C/C++ lookup (localUncachedLookup)
41 // new Decl or not based on the lookup results.
42 // To overcome these cases we need an importer specific lookup table which
68 // context. In such cases the lookup table needs to be updated.
72 // context at all in the lookup table, but this requires big change in
77 // Same as 'update' but allow if 'ND' is not in the table or the old context
82 LookupResult lookup(DeclContext *DC, DeclarationName Name) const;
83 // Check if the `ND` is within the lookup table (with its current name) in