MCPcopy Index your code
hub / github.com/Kitware/CMake / ClearXCodeObjects

Method ClearXCodeObjects

Source/cmGlobalXCodeGenerator.cxx:918–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918void cmGlobalXCodeGenerator::ClearXCodeObjects()
919{
920 this->TargetDoneSet.clear();
921 this->XCodeObjects.clear();
922 this->XCodeObjectIDs.clear();
923 this->XCodeObjectMap.clear();
924 this->GroupMap.clear();
925 this->GroupNameMap.clear();
926 this->TargetGroup.clear();
927 this->FileRefs.clear();
928 this->ExternalLibRefs.clear();
929 this->FileRefToBuildFileMap.clear();
930 this->FileRefToEmbedBuildFileMap.clear();
931 this->CommandsVisited.clear();
932}
933
934void cmGlobalXCodeGenerator::addObject(std::unique_ptr<cmXCodeObject> obj)
935{

Callers 2

CreateXCodeObjectsMethod · 0.95
OutputXCodeProjectMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected