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
324 return RecordsBeingLaidOut.empty(); in noRecordsBeingLaidOut()
327 return RecordsBeingLaidOut.count(Ty); in isRecordBeingLaidOut()
DCodeGenTypes.cpp326 if (!RecordsBeingLaidOut.insert(Ty).second) { in ConvertFunctionType()
356 RecordsBeingLaidOut.erase(Ty); in ConvertFunctionType()
361 if (RecordsBeingLaidOut.empty()) in ConvertFunctionType()
675 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType()
693 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult; in ConvertRecordDeclType()
704 if (RecordsBeingLaidOut.empty()) in ConvertRecordDeclType()