Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4426 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4436 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4438 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4443 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4447 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5068 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5078 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()