Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4796 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4806 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4808 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4813 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4817 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5683 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5693 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()