Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4654 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4664 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4666 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4671 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4675 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5355 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5365 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()