Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4769 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4779 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4781 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4786 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4790 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5612 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5622 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()