Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h673 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) { in setExternalIdentifierLookup() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3455 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock()