Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4541 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4551 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4553 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4558 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4562 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5211 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5221 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()