Home
last modified time | relevance | path

Searched refs:RecordsBeingLaidOut (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h151 llvm::SmallPtrSet<const Type*, 4> RecordsBeingLaidOut; variable
361 return RecordsBeingLaidOut.empty(); in noRecordsBeingLaidOut()
364 return RecordsBeingLaidOut.count(Ty); in isRecordBeingLaidOut()
DCodeGenTypes.cpp337 if (!RecordsBeingLaidOut.insert(Ty).second) { in ConvertFunctionType()
367 RecordsBeingLaidOut.erase(Ty); in ConvertFunctionType()
372 if (RecordsBeingLaidOut.empty()) in ConvertFunctionType()
685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType()
703 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult; in ConvertRecordDeclType()
714 if (RecordsBeingLaidOut.empty()) in ConvertRecordDeclType()