Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h434 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { in setExternalIdentifierLookup() argument
435 ExternalLookup = IILookup; in setExternalIdentifierLookup()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp62 IdentifierInfoLookup *IILookup, bool OwnsHeaders, in Preprocessor() argument
68 Identifiers(opts, IILookup), in Preprocessor()
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h473 IdentifierInfoLookup *IILookup = nullptr,