Home
last modified time | relevance | path

Searched refs:setExternalIdentifierLookup (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h582 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { in setExternalIdentifierLookup() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3241 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock()