Home | History | Annotate | Download | only in Lex

Lines Matching refs:Lookup

300   // Enter raw mode to disable identifier lookup (and thus macro expansion),
369 // that we can't use Tok.getIdentifierInfo() because its lookup is disabled
616 // If the header lookup mechanism may be relative to the current inclusion
682 // Do a standard file entry lookup.
1628 // Try the lookup again, skipping the cache.
1640 // brackets, we can attempt a lookup as though it were a quoted path to
1703 // extra lookup step?
1835 const DirectoryLookup *Lookup = CurDirLookup;
1838 Lookup = nullptr;
1845 Lookup = nullptr;
1846 } else if (!Lookup) {
1850 ++Lookup;
1853 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup,