Searched refs:IILookup (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h431 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { argument
432 ExternalLookup = IILookup;
/external/clang/lib/Lex/
H A DPreprocessor.cpp61 IdentifierInfoLookup *IILookup, bool OwnsHeaders,
66 Identifiers(opts, IILookup), IncrementalProcessing(false), TUKind(TUKind),
57 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.h460 IdentifierInfoLookup *IILookup = nullptr,

Completed in 94 milliseconds