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

/external/clang/include/clang/Basic/
H A DIdentifierTable.h461 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { argument
462 ExternalLookup = IILookup;
/external/clang/lib/Lex/
H A DPreprocessor.cpp66 IdentifierInfoLookup *IILookup, bool OwnsHeaders,
72 Identifiers(opts, IILookup),
62 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, LangOptions &opts, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, TranslationUnitKind TUKind) argument

Completed in 365 milliseconds