Searched refs:NextLocalImportAndComplete (Results 1 – 2 of 2) sorted by relevance
4978 llvm::PointerIntPair<ImportDecl *, 1, bool> NextLocalImportAndComplete; variable4988 bool isImportComplete() const { return NextLocalImportAndComplete.getInt(); } in isImportComplete()4990 void setImportComplete(bool C) { NextLocalImportAndComplete.setInt(C); } in setImportComplete()4995 return NextLocalImportAndComplete.getPointer(); in getNextLocalImport()4999 NextLocalImportAndComplete.setPointer(Import); in setNextLocalImport()
5916 NextLocalImportAndComplete(nullptr, true) { in ImportDecl()5925 NextLocalImportAndComplete(nullptr, false) { in ImportDecl()