Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h434 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { in setExternalIdentifierLookup() argument
435 ExternalLookup = IILookup; in setExternalIdentifierLookup()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp61 IdentifierInfoLookup *IILookup, bool OwnsHeaders, in Preprocessor() argument
66 Identifiers(opts, IILookup), IncrementalProcessing(IncrProcessing), in Preprocessor()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h418 IdentifierInfoLookup *IILookup = 0,