Home
last modified time | relevance | path

Searched defs:IILookup (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h673 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { in setExternalIdentifierLookup() argument
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp87 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,DiagnosticsEngine & diags,const LangOptions & opts,SourceManager & SM,HeaderSearch & Headers,ModuleLoader & TheModuleLoader,IdentifierInfoLookup * IILookup,bool OwnsHeaders,TranslationUnitKind TUKind) Preprocessor() argument