Searched refs:IILookup (Results 1 - 3 of 3) 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
/external/clang/include/clang/Lex/
H A DPreprocessor.h657 IdentifierInfoLookup *IILookup = nullptr,

Completed in 171 milliseconds